Indexes

12 Sep 20251 minute to read

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.

Properties

point number

Allows to specify the point index

Defaults to 0

series number

Allows to specify the series index

Defaults to 0