Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccumulationResizeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved