Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AxisHitTest Class / Axis Property


In This Topic
    Axis Property (AxisHitTest)
    In This Topic
    Gets or sets the axis.
    Syntax
    'Declaration
     
    
    Public Property Axis As Axis
    'Usage
     
    
    Dim instance As AxisHitTest
    Dim value As Axis
     
    instance.Axis = value
     
    value = instance.Axis
    public Axis Axis {get; set;}

    Property Value

    The axis.
    See Also