HighchartsMACDSeriesStatesHoverOptions constructor
HighchartsMACDSeriesStatesHoverOptions({
- HighchartsMACDSeriesStatesHoverHaloOptions? halo,
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- bool? enabled,
- double? lineWidth,
- double? lineWidthPlus,
- HighchartsSeriesStatesHoverMarkerOptions? marker,
Highcharts Options Widget.
Implementation
HighchartsMACDSeriesStatesHoverOptions(
{this.halo,
this.animation,
this.enabled,
this.lineWidth,
this.lineWidthPlus,
this.marker});