[]
Specifies the direction in which to search for the nearest data point.
public enum CoordinateFocusEnum
Name | Description |
---|---|
XCoord | Search for the nearest data point along the X-axis. |
XandYCoord | Search for the nearest data point along the X and Y-axis. |
YCoord | Search for the nearest data point along the Y-axis. |