menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Chart3DResizedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Chart3DResizedEventArgs

    Specifies the event arguments available for resize event of the SfChart3D component.

    Inheritance
    System.Object
    Chart3DEventArgs
    Chart3DResizedEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved