ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / MinScale Property


In This Topic
    MinScale Property
    In This Topic
    Gets or set the minimum scale of axis.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(1E-05)>
    Public Property MinScale As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.MinScale = value
     
    value = instance.MinScale
    [DefaultValue(1E-05)]
    public double MinScale {get; set;}
    See Also