HighchartsFlagsSeriesDataOptions class

An array of data points for the series. For the flags series type, points can be given in the following ways:

  1. An array of objects with named values. The following snippet shows only a few settings, see the complete options set below. If the total number of data points exceeds the series' turboThreshold, this option is not available.

API Docs: https://api.highcharts.com/highstock/series.flags.data

Inheritance

Constructors

HighchartsFlagsSeriesDataOptions.new({HighchartsFlagsSeriesDataAccessibilityOptions? accessibility, String? color, Map<String, dynamic>? custom, String? description, HighchartsFlagsSeriesDataDragDropOptions? dragDrop, HighchartsFlagsSeriesDataEventsOptions? events, String? fillColor, String? id, double? labelrank, bool? selected, String? text, String? title, dynamic x})
An array of data points for the series. For the flags series type, points can be given in the following ways:

Properties

accessibility HighchartsFlagsSeriesDataAccessibilityOptions?
Accessibility options for a data point.
getter/setter pair
color String?
Individual color for the point. By default the color is pulled from the global colors array.
getter/setter pair
custom Map<String, dynamic>?
A reserved subspace to store options and values for customized functionality. Here you can add additional data for your own event callbacks and formatter callbacks.
getter/setter pair
description String?
A description of the point to add to the screen reader information about the point.
getter/setter pair
dragDrop HighchartsFlagsSeriesDataDragDropOptions?
Point specific options for the draggable-points module. Overrides options on series.dragDrop.
getter/setter pair
events HighchartsFlagsSeriesDataEventsOptions?
The individual point events.
getter/setter pair
fillColor String?
The fill color of an individual flag. By default it inherits from the series color.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
An id for the point. This can be used after render time to get a pointer to the point object through chart.get().
getter/setter pair
labelrank double?
The rank for this point's data label in case of collision. If two data labels are about to overlap, only the one with the highest labelrank will be drawn.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool?
Whether the data point is selected initially.
getter/setter pair
text String?
The longer text to be shown in the flag's tooltip.
getter/setter pair
title String?
The short text to be shown on the flag.
getter/setter pair
x ↔ dynamic
The x value of the point.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited