ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisRangeChangedEventArgs Class / Scale Field


In This Topic
    Scale Field
    In This Topic
    Stores the axis scale.
    Syntax
    'Declaration
     
    
    Public ReadOnly Scale As Double
    'Usage
     
    
    Dim instance As AxisRangeChangedEventArgs
    Dim value As Double
     
    value = instance.Scale
    public readonly double Scale
    See Also