Blazor

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

    Show / Hide Table of Contents

    Class RangeResizeEventArgs

    Specifies the event arguments available for resize event of the range navigator component.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.RangeNavigatorEventArgs
    RangeResizeEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RangeResizeEventArgs : RangeNavigatorEventArgs

    Constructors

    RangeResizeEventArgs()

    Declaration
    public RangeResizeEventArgs()

    Properties

    CurrentSize

    Defines the current size of the accumulation chart

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

    PreviousSize

    Defines the previous size of the accumulation chart

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

    RangeNavigator

    Defines the range navigator chart instance

    Declaration
    public SfRangeNavigator RangeNavigator { get; set; }
    Property Value
    Type Description
    SfRangeNavigator
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved