Class RangeResizeEventArgs
Specifies the event arguments available for resize event of the range navigator component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.RangeNavigatorEventArgs
RangeResizeEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class RangeResizeEventArgs : RangeNavigatorEventArgs
Constructors
RangeResizeEventArgs()
Declaration
public RangeResizeEventArgs()
Properties
CurrentSize
Defines the current size of the accumulation chart
Declaration
public Size CurrentSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
PreviousSize
Defines the previous size of the accumulation chart
Declaration
public Size PreviousSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
RangeNavigator
Defines the range navigator chart instance
Declaration
public SfRangeNavigator RangeNavigator { get; set; }
Property Value
Type | Description |
---|---|
SfRangeNavigator |