dotnetCHARTING Send comments on this topic.
Position Property
See Also 
dotnetCHARTING Namespace > Axis Class : Position Property


Gets or sets the axis positions when 2 or more axes are drawn on the same side of a ChartArea.

Syntax

Visual Basic (Declaration) 
Public Property Position As Integer
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Integer
 
instance.Position = value
 
value = instance.Position
C# 
public int Position {get; set;}

Return 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.

See Also

© 2010 All Rights Reserved.