HighchartsXRangeSeriesDataOptions constructor
HighchartsXRangeSeriesDataOptions({
- HighchartsXRangeSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- List<
HighchartsXRangeSeriesDataConnectOptions> ? connect, - Map<
String, dynamic> ? custom, - List<
HighchartsXRangeSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsXRangeSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsXRangeSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- HighchartsXRangeSeriesDataMarkerOptions? marker,
- String? name,
- HighchartsXRangeSeriesDataPartialFillOptions? partialFill,
- bool? selected,
- double? x,
- double? x2,
- double? y,
An array of data points for the series. For the xrange
series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.xrange.data
Implementation
HighchartsXRangeSeriesDataOptions(
{this.accessibility,
this.className,
this.color,
this.colorIndex,
this.connect,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.drilldown,
this.events,
this.id,
this.labelrank,
this.marker,
this.name,
this.partialFill,
this.selected,
this.x,
this.x2,
this.y});