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