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


In This Topic
    Position Property (Axis)
    In This Topic
    Gets or sets the position of the axis.
    Syntax
    'Declaration
     
    
    Public Property Position As AxisPosition
    'Usage
     
    
    Dim instance As Axis
    Dim value As AxisPosition
     
    instance.Position = value
     
    value = instance.Position
    public AxisPosition Position {get; set;}
    Remarks
    For vertical axis AxisPosition.Near corresponds to the left and AxisPosition.Far corresponds to the right. For horizontal axis AxisPosition.Near corresponds to bottom and AxisPosition.Far corresponds to the top.
    See Also