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


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

Syntax

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

Return Value

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

Example

Remarks

(Applies to label axes)

See Also

© 2010 All Rights Reserved.