Blazor

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

    Show / Hide Table of Contents

    Class StockChartZoomingEventArgs

    Event argument class for stockchart Zooming Event.

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

    Constructors

    StockChartZoomingEventArgs()

    Declaration
    public StockChartZoomingEventArgs()

    Properties

    AxisCollection

    Defines the axis collection.

    Declaration
    public List<StockChartAxisData> AxisCollection { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<StockChartAxisData>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved