FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / HitTestInfo Class / Axis Property

In This Topic
    Axis Property (HitTestInfo)
    In This Topic
    Gets the axis instance at the specified coordinates when ChartElement = AxisX or AxisY.
    Syntax
    'Declaration
     
    Public ReadOnly Property Axis As IAxis
    public IAxis Axis {get;}
    See Also