Blazor

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

    Show / Hide Table of Contents

    Class StockChartPeriodChangedEventArgs

    Event argument class for stockchart Period Changed Event.

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

    Properties

    Periods

    Defines the periods.

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