menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartSelectedDataIndex - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StockChartSelectedDataIndex

    To specify customization options for stock chart selected data index.

    Inheritance
    System.Object
    StockChartSelectedDataIndex
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartSelectedDataIndex : OwningComponentBase

    Constructors

    StockChartSelectedDataIndex()

    Declaration
    public StockChartSelectedDataIndex()

    Properties

    Point

    Specifies index of point.

    Declaration
    public int Point { get; set; }
    Property Value
    Type
    System.Int32

    Series

    Specifies index of series.

    Declaration
    public int Series { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved