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


In This Topic
    Scale Property (Axis)
    In This Topic
    Gets or set the scale of axis.
    Syntax
    'Declaration
     
    
    Public Property Scale As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.Scale = value
     
    value = instance.Scale
    public 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