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


Gets or sets a value that indicates whether the axis scale is inverted.

Syntax

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

Example

Remarks

When true the axis ticks will be reversed.

See Also

© 2010 All Rights Reserved.