ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisPoint Class / Axis Property


In This Topic
    Axis Property (AxisPoint)
    In This Topic
    Gets the axis which corresponds to the point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Axis As Axis
    'Usage
     
    
    Dim instance As AxisPoint
    Dim value As Axis
     
    value = instance.Axis
    public Axis Axis {get;}
    See Also