HighchartsVariwideSeriesDataOptions constructor
HighchartsVariwideSeriesDataOptions({
- HighchartsVariwideSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<
String, dynamic> ? custom, - List<
HighchartsVariwideSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsVariwideSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsVariwideSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- String? name,
- bool? selected,
- dynamic x,
- double? y,
- double? z,
An array of data points for the series. For the variwide
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.variwide.data
Implementation
HighchartsVariwideSeriesDataOptions(
{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.x,
this.y,
this.z});