Class Chart3DResizedEventArgs
Specifies the event arguments available for resize event of the SfChart3D component.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DResizedEventArgs : Chart3DEventArgs
Properties
CurrentSize
Gets the current size of the SfChart3D when the resize event is triggered.
Declaration
public Size CurrentSize { get; }
Property Value
Type | Description |
---|---|
Syncfusion.Blazor.Chart3D.Internal.Size | The size object representing the current size of the SfChart3D. |
Remarks
This is read-only property.
PreviousSize
Gets the previous size of the SfChart3D before resize event is triggered.
Declaration
public Size PreviousSize { get; }
Property Value
Type | Description |
---|---|
Syncfusion.Blazor.Chart3D.Internal.Size | The size object representing the previous size of the SfChart3D. |
Remarks
This is read-only property.