Class AccumulationChartSelectedDataIndex
SelectedData in the accumulation chart appears inimitable from the rest of the data points.
Inheritance
System.Object
AccumulationChartSelectedDataIndex
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationChartSelectedDataIndex : ChartCommonSelectedData, IDisposable, IEquatable<AccumulationChartSelectedDataIndex>
Constructors
AccumulationChartSelectedDataIndex()
Declaration
public AccumulationChartSelectedDataIndex()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Implements
System.IDisposable
System.IEquatable<>