Class VisibleRangeChangedEventArgs
Represents chart series bounds changed event arguments.
Inheritance
System.Object
VisibleRangeChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class VisibleRangeChangedEventArgs : EventArgs
Remarks
It contains information like old bounds and new bounds.
Constructors
VisibleRangeChangedEventArgs()
Declaration
public VisibleRangeChangedEventArgs()
Properties
NewRange
Gets or sets the updated range of the chart axis.
Declaration
public DoubleRange NewRange { get; set; }
Property Value
Type |
---|
DoubleRange |
OldRange
Gets or sets the previous range of the chart axis.
Declaration
public DoubleRange OldRange { get; set; }
Property Value
Type |
---|
DoubleRange |