Class PivotChartIndexes
Allows you to highlight a specific point of the series while rendering the pivot chart.
For example, to highlight first point in the first series, set the properties series to 0 and points to 1. To use this option, it requires the property selectionMode
to be Point or Series.
Inheritance
System.Object
PivotChartIndexes
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotChartIndexes : OwningComponentBase
Constructors
PivotChartIndexes()
Declaration
public PivotChartIndexes()
Properties
Point
Allows to set the point index.
Declaration
public int Point { get; set; }
Property Value
Type |
---|
System.Int32 |
Series
Allows to set the series index.
Declaration
public int Series { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Dispose(Boolean)
Dispose unmanaged resources in the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Method invokes when the component is initialized.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |
OnParametersSetAsync()
Method invokes when the component's parameters are set.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |