lowIndex property

double? lowIndex
getter/setter pair

The point index which indicator calculations will base - low value.

For example using OHLC data, index=2 means the indicator will be calculated using Low values.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.params.lowIndex

Implementation

double? lowIndex;