highIndex property
The point index which indicator calculations will base - high value.
For example using OHLC data, index=1 means the indicator will be calculated using High values.
API Docs: https://api.highcharts.com/highcharts/series.zigzag.params.highIndex
Implementation
double? highIndex;