HighchartsSeriesStatesSelectOptions constructor

HighchartsSeriesStatesSelectOptions({
  1. HighchartsSeriesStatesSelectAnimationOptions? animation,
  2. bool? enabled,
  3. HighchartsSeriesStatesHoverHaloOptions? halo,
  4. double? lineWidth,
  5. double? lineWidthPlus,
  6. HighchartsSeriesStatesHoverMarkerOptions? marker,
})

Specific options for point in selected states, after being selected by allowPointSelect or programmatically.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.states.select

Implementation

HighchartsSeriesStatesSelectOptions(
    {this.animation,
    this.enabled,
    this.halo,
    this.lineWidth,
    this.lineWidthPlus,
    this.marker});