HighchartsDependencyWheelSeriesLevelsOptions constructor
HighchartsDependencyWheelSeriesLevelsOptions({
- String? borderColor,
- double? borderWidth,
- String? color,
- bool? colorByPoint,
- HighchartsDependencyWheelSeriesLevelsDataLabelsOptions? dataLabels,
- double? level,
- double? linkOpacity,
- HighchartsDependencyWheelSeriesLevelsStatesOptions? states,
Set options on specific levels. Takes precedence over series options, but not node and link options.
API Docs: https://api.highcharts.com/highcharts/series.dependencywheel.levels
Implementation
HighchartsDependencyWheelSeriesLevelsOptions(
{this.borderColor,
this.borderWidth,
this.color,
this.colorByPoint,
this.dataLabels,
this.level,
this.linkOpacity,
this.states});