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
See Also