ComponentOne Chart for WPF and Silverlight
Scale Property (Axis)


C1.WPF.C1Chart Namespace > Axis Class : Scale Property
Gets or set the scale of axis.
Syntax
'Declaration
 
Public Property Scale As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.Scale = value
 
value = instance.Scale
public System.double Scale {get; set;}
Remarks
The scale should be more than 0 and less or equal to 1. The scale specifies which part of the range between Min and Max is shown. When scale is 1 (default value) the whole axis range is visible.
See Also

Reference

Axis Class
Axis Members