Blazor

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

    Show / Hide Table of Contents

    Class IStockChartEventArgs

    Inheritance
    System.Object
    IStockChartEventArgs
    Implements
    System.IEquatable<IStockChartEventArgs>
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class IStockChartEventArgs : Object, IEquatable<IStockChartEventArgs>

    Constructors

    IStockChartEventArgs()

    Declaration
    public IStockChartEventArgs()

    Properties

    Name

    name of the event

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    StockChart

    stock chart

    Declaration
    public StockChartModel StockChart { get; set; }
    Property Value
    Type Description
    StockChartModel

    Theme

    theme

    Declaration
    public ChartTheme Theme { get; set; }
    Property Value
    Type Description
    ChartTheme

    Methods

    Equals(IStockChartEventArgs)

    Returns a boolean by comparing with iStockChartEventArgs

    Declaration
    public bool Equals(IStockChartEventArgs iStockChartEventArgs)
    Parameters
    Type Name Description
    IStockChartEventArgs iStockChartEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved