Creates an instance of AxisRangeChangedEventArgs class.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public AxisRangeChangedEventArgs(
	double value,
	double scale
)
Visual Basic
Public Sub New ( _
	value As Double, _
	scale As Double _
)

Parameters

value
Type: System..::..Double
Initial axis value.
scale
Type: System..::..Double
Initial axis scale.

See Also