alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class Chart3DResizedEventArgs

    Specifies the event arguments available for resize event of the 3D Chart component.

    Inheritance
    object
    Chart3DEventArgs
    Chart3DResizedEventArgs
    Inherited Members
    Chart3DEventArgs.Cancel
    Chart3DEventArgs.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Chart3DResizedEventArgs : Chart3DEventArgs

    Properties

    CurrentSize

    Gets the current size of the 3D Chart when the resize event is triggered.

    Declaration
    public Size CurrentSize { get; }
    Property Value
    Type Description
    Size

    The size object representing the current size of the 3D Chart.

    Remarks

    This is read-only property.

    PreviousSize

    Gets the previous size of the 3D Chart before resize event is triggered.

    Declaration
    public Size PreviousSize { get; }
    Property Value
    Type Description
    Size

    The size object representing the previous size of the 3D Chart.

    Remarks

    This is read-only property.

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