HighchartsPointandfigureSeriesDataOptions constructor
HighchartsPointandfigureSeriesDataOptions({
- HighchartsPointandfigureSeriesDataAccessibilityOptions? accessibility,
- String? color,
- Map<
String, dynamic> ? custom, - List<
HighchartsPointandfigureSeriesDataDataLabelsOptions> ? dataLabels, - String? description,
- HighchartsPointandfigureSeriesDataDragDropOptions? dragDrop,
- HighchartsPointandfigureSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- HighchartsPointandfigureSeriesDataMarkerOptions? marker,
- String? name,
- bool? selected,
- dynamic x,
- double? y,
An array of data points for the series. For the pointandfigure
series type, points can be given in the following way:
API Docs: https://api.highcharts.com/highstock/series.pointandfigure.data
Implementation
HighchartsPointandfigureSeriesDataOptions(
{this.accessibility,
this.color,
this.custom,
this.dataLabels,
this.description,
this.dragDrop,
this.events,
this.id,
this.labelrank,
this.marker,
this.name,
this.selected,
this.x,
this.y});