Class AccumulationResizeEventArgs
Specifies the event arguments available for resize event of the accumulation chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
AccumulationResizeEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationResizeEventArgs : BaseEventArgs
Fields
Chart
Declaration
public readonly SfAccumulationChart Chart
Field Value
Type | Description |
---|---|
SfAccumulationChart |
CurrentSize
Defines the current size of the chart.
Declaration
public readonly Size CurrentSize
Field Value
Type | Description |
---|---|
Size |
PreviousSize
Defines the previous size of the chart.
Declaration
public readonly Size PreviousSize
Field Value
Type | Description |
---|---|
Size |