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


Gets or sets a value that indicates whether the positions of series bound to this axis are reversed without reversing legend positions.

Syntax

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

Return Value

A Boolean value that indicates whether the positions of series bound to this axis are reversed without reversing legend positions.

Remarks

Applies to label axes.

See Also

© 2010 All Rights Reserved.