HighchartsArcDiagramSeriesLevelsOptions constructor
HighchartsArcDiagramSeriesLevelsOptions({
- String? borderColor,
- double? borderWidth,
- String? color,
- bool? colorByPoint,
- HighchartsArcDiagramSeriesLevelsDataLabelsOptions? dataLabels,
- double? level,
- double? linkOpacity,
- HighchartsArcDiagramSeriesLevelsStatesOptions? 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.arcdiagram.levels
Implementation
HighchartsArcDiagramSeriesLevelsOptions(
{this.borderColor,
this.borderWidth,
this.color,
this.colorByPoint,
this.dataLabels,
this.level,
this.linkOpacity,
this.states});