HighchartsTreegraphSeriesStatesHoverOptions constructor
HighchartsTreegraphSeriesStatesHoverOptions({
- String? borderColor,
- double? brightness,
- double? opacity,
- bool? shadow,
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- bool? enabled,
- double? lineWidth,
- double? lineWidthPlus,
- HighchartsSeriesStatesHoverMarkerOptions? marker,
Options for the hovered series
API Docs: https://api.highcharts.com/highcharts/series.treegraph.states.hover
Implementation
HighchartsTreegraphSeriesStatesHoverOptions(
{this.borderColor,
this.brightness,
this.opacity,
this.shadow,
this.animation,
this.enabled,
this.lineWidth,
this.lineWidthPlus,
this.marker});