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

In This Topic
    Axis Property
    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