alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class ZoomingEventArgs

    Specifies the event arguments available for the zooming events in the chart component.

    Inheritance
    System.Object
    Syncfusion.Blazor.Toolkit.Charts.BaseEventArgs
    ZoomingEventArgs
    Namespace: Syncfusion.Blazor.Toolkit.Charts
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public class ZoomingEventArgs : BaseEventArgs

    Constructors

    ZoomingEventArgs()

    Declaration
    public ZoomingEventArgs()

    Properties

    AxisCollection

    Defines the collection of axis.

    Declaration
    public List<AxisData> AxisCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AxisData>

    A list of AxisData representing the collection of axes.

    Remarks

    This property provides details about each axis.

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