HighchartsColumnRangeSeriesDataOptions constructor
HighchartsColumnRangeSeriesDataOptions({
- HighchartsColumnRangeSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<
String, dynamic> ? custom, - HighchartsColumnRangeSeriesDataDataLabelsOptions? dataLabels,
- String? description,
- HighchartsColumnRangeSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsColumnRangeSeriesDataEventsOptions? events,
- double? high,
- String? id,
- double? labelrank,
- double? low,
- String? name,
- bool? selected,
- dynamic x,
An array of data points for the series. For the columnrange
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.columnrange.data
Implementation
HighchartsColumnRangeSeriesDataOptions(
{this.accessibility,
this.className,
this.color,
this.colorIndex,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.drilldown,
this.events,
this.high,
this.id,
this.labelrank,
this.low,
this.name,
this.selected,
this.x});