ClassNumericalRangeChangedEventArgs
Class
Encapsulates data associated with a range changed event.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class NumericalRangeChangedEventArgs : EventArgs
Inheritance: objectEventArgsNumericalRangeChangedEventArgs
Inherited Members
Fields
NewRange
Gets the new range.
Declaration
cs-api-definition
public readonly ValueRange<double> NewRange
Field Value
PreviousRange
Gets the previous range.
Declaration
cs-api-definition
public readonly ValueRange<double> PreviousRange
Field Value