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