HighchartsSeriesStatesSelectOptions constructor
HighchartsSeriesStatesSelectOptions({
- HighchartsSeriesStatesSelectAnimationOptions? animation,
- bool? enabled,
- HighchartsSeriesStatesHoverHaloOptions? halo,
- double? lineWidth,
- double? lineWidthPlus,
- 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});