[]
        
(Showing Draft Content)

C1.Win.C1Chart.CoordinateFocusEnum

CoordinateFocusEnum Enum

Specifies the direction in which to search for the nearest data point.

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public enum CoordinateFocusEnum

Fields

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.