ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As IAxis
     
    value = instance.Axis
    public IAxis Axis {get;}
    public:
    property IAxis^ Axis {
       IAxis^ get();
    }
    See Also