Class ChangedEventArgs
Specifies the event arguments available for the changed events in the range navigator component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.RangeNavigatorEventArgs
ChangedEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChangedEventArgs : RangeNavigatorEventArgs
Constructors
ChangedEventArgs()
Declaration
public ChangedEventArgs()
Properties
End
Defines the end value.
Declaration
public object End { get; set; }
Property Value
Type |
---|
System.Object |
SelectedData
Defines the selected data.
Declaration
public List<DataPoint> SelectedData { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DataPoint> |
Start
Defines the start value.
Declaration
public object Start { get; set; }
Property Value
Type |
---|
System.Object |
ZoomFactor
Defined the zoomFactor of the range navigator.
Declaration
public double ZoomFactor { get; set; }
Property Value
Type |
---|
System.Double |
ZoomPosition
Defined the zoomPosition of the range navigator.
Declaration
public double ZoomPosition { get; set; }
Property Value
Type |
---|
System.Double |