ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / AxisRangeChangedEventArgs Class / AxisRangeChangedEventArgs Constructor
Initial axis value.
Initial axis scale.


In This Topic
    AxisRangeChangedEventArgs Constructor
    In This Topic
    Creates an instance of AxisRangeChangedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Double, _
       ByVal scale As Double _
    )
    'Usage
     
    
    Dim value As Double
    Dim scale As Double
     
    Dim instance As New AxisRangeChangedEventArgs(value, scale)
    public AxisRangeChangedEventArgs( 
       double value,
       double scale
    )

    Parameters

    value
    Initial axis value.
    scale
    Initial axis scale.
    See Also