HighchartsTreegraphSeriesLevelsOptions constructor

HighchartsTreegraphSeriesLevelsOptions({
  1. String? borderColor,
  2. String? borderDashStyle,
  3. double? borderWidth,
  4. bool? collapsed,
  5. String? color,
  6. HighchartsTreegraphSeriesLevelsColorVariationOptions? colorVariation,
  7. HighchartsTreegraphSeriesLevelsDataLabelsOptions? dataLabels,
  8. double? level,
  9. 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});