.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : Position Property
Position Property (Axis)
Gets or sets the axis positions when 2 or more axes are drawn on the same side of a ChartArea.
Syntax
'Declaration
 
Public Property Position As Integer
'Usage
 
Dim instance As Axis
Dim value As Integer
 
instance.Position = value
 
value = instance.Position
public int Position {get; set;}

Property Value

An integer specifying the position of the axis.
Remarks
Lower values will be drawn closer to the front. This will also affect the order of series bound the the axes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also