ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / IAxisScrollBar Interface / Axis Property


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