HighchartsTreegraphSeriesLevelsOptions constructor
HighchartsTreegraphSeriesLevelsOptions({
- String? borderColor,
- String? borderDashStyle,
- double? borderWidth,
- bool? collapsed,
- String? color,
- HighchartsTreegraphSeriesLevelsColorVariationOptions? colorVariation,
- HighchartsTreegraphSeriesLevelsDataLabelsOptions? dataLabels,
- double? level,
- HighchartsTreegraphSeriesLevelsMarkerOptions? marker,
Highcharts Options Widget.
Implementation
HighchartsTreegraphSeriesLevelsOptions(
{this.borderColor,
this.borderDashStyle,
this.borderWidth,
this.collapsed,
this.color,
this.colorVariation,
this.dataLabels,
this.level,
this.marker});