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


In This Topic
    Axis Property (AxisScrollBar)
    In This Topic
    Gets or sets the axis which corresponds to the scroll bar.
    Syntax
    'Declaration
     
    
    Public Property Axis As Axis
    'Usage
     
    
    Dim instance As AxisScrollBar
    Dim value As Axis
     
    instance.Axis = value
     
    value = instance.Axis
    public Axis Axis {get; set;}
    See Also