ComponentOne Chart for WPF and Silverlight
MinScale Property


C1.WPF.C1Chart Namespace > Axis Class : MinScale Property
Gets or set the minimum scale of axis.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property MinScale As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.MinScale = value
 
value = instance.MinScale
[System.ComponentModel.DefaultValue()]
public System.double MinScale {get; set;}
See Also

Reference

Axis Class
Axis Members