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


Gets or sets the position of this series in relation to other series when the chart is drawn.

Syntax

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

Remarks

Series with lower position values will be drawn closer to the front.

See Also

© 2010 All Rights Reserved.