Search results

PivotChartSettingsIndexes API in JavaScript Pivot Table API control

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 set the point index

Defaults to 0

series

number

Allows to set the series index

Defaults to 0