HighchartsVennSeriesDataOptions constructor
HighchartsVennSeriesDataOptions({
- HighchartsVennSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<
String, dynamic> ? custom, - List<
HighchartsVennSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsVennSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsVennSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- String? name,
- bool? selected,
- List<
String> ? sets, - double? value,
Highcharts Options Widget.
Implementation
HighchartsVennSeriesDataOptions(
{this.accessibility,
this.className,
this.color,
this.colorIndex,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.drilldown,
this.events,
this.id,
this.labelrank,
this.name,
this.selected,
this.sets,
this.value});