index property

double? index
getter/setter pair

The point index which indicator calculations will base. For example using OHLC data, index=2 means the indicator will be calculated using Low values.

API Docs: https://api.highcharts.com/highcharts/series.linearregressionintercept.params.index

Implementation

double? index;