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


Gets or sets the scale of this axis.

Syntax

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

Return Value

The axis Scale.

Remarks

Applies to value axes.

See Also