menu

Blazor

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

    Show / Hide Table of Contents

    Class ChartCommonSelectedData

    Options to customize the selected data of the chart component.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    ChartCommonSelectedData
    AccumulationChartSelectedDataIndex
    Implements
    System.IDisposable
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.OnInitializedAsync()
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.SetDataManager<T>(Object)
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ChartCommonSelectedData : SfDataBoundComponent, IDisposable

    Constructors

    ChartCommonSelectedData()

    Declaration
    public ChartCommonSelectedData()

    Properties

    Point

    Sets and gets the point index for the seleceted data.

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

    Series

    Sets and gets the series index for the seleceted data.

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

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved