HighchartsOrganizationSeriesLevelsOptions constructor
HighchartsOrganizationSeriesLevelsOptions({
- String? borderColor,
- double? borderWidth,
- String? color,
- bool? colorByPoint,
- HighchartsOrganizationSeriesLevelsDataLabelsOptions? dataLabels,
- double? level,
- double? linkOpacity,
- HighchartsOrganizationSeriesLevelsStatesOptions? 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.organization.levels
Implementation
HighchartsOrganizationSeriesLevelsOptions(
{this.borderColor,
this.borderWidth,
this.color,
this.colorByPoint,
this.dataLabels,
this.level,
this.linkOpacity,
this.states});