Class
NumericalRangeChangedEventArgs

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 EventArgs.Empty

Fields

NewRange

Gets the new range.

Declaration

cs-api-definition
public readonly ValueRange<double> NewRange

Field Value

ValueRange<double>

PreviousRange

Gets the previous range.

Declaration

cs-api-definition
public readonly ValueRange<double> PreviousRange

Field Value

ValueRange<double>

In this article
DefinitionFieldsNewRangePreviousRange
Not finding the help you need?
Contact Support