index property
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;