2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / CoordinateFocusEnum Enumeration

In This Topic
    CoordinateFocusEnum Enumeration
    In This Topic
    Specifies the direction in which to search for the nearest data point.
    Syntax
    'Declaration
     
    Public Enum CoordinateFocusEnum 
       Inherits System.Enum
    public enum CoordinateFocusEnum : System.Enum 
    Members
    MemberDescription
    XandYCoordSearch for the nearest data point along the X and Y-axis.
    XCoordSearch for the nearest data point along the X-axis.
    YCoordSearch for the nearest data point along the Y-axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.CoordinateFocusEnum

    See Also