Blazor

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

    Show / Hide Table of Contents

    Class StockChartIndexesModel

    Interface for a class StockChartIndexes

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

    Constructors

    StockChartIndexesModel()

    Declaration
    public StockChartIndexesModel()

    Properties

    Point

    Specifies index of point

    Declaration
    public double Point { get; set; }
    Property Value
    Type Description
    System.Double

    Series

    Specifies index of series

    Declaration
    public double Series { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Equals(StockChartIndexesModel)

    Returns a boolean by comparing with stockChartIndexesModel

    Declaration
    public bool Equals(StockChartIndexesModel stockChartIndexesModel)
    Parameters
    Type Name Description
    StockChartIndexesModel stockChartIndexesModel
    Returns
    Type Description
    System.Boolean

    Implements

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