HighchartsSeriesOnPointPositionOptions constructor

HighchartsSeriesOnPointPositionOptions({
  1. double? offsetX,
  2. double? offsetY,
  3. double? x,
  4. double? y,
})

Options allowing to set a position and an offset of the series in the Series on point feature.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.onPoint.position

Implementation

HighchartsSeriesOnPointPositionOptions(
    {this.offsetX, this.offsetY, this.x, this.y});