HighchartsXRangeSeriesDataOptions class
An array of data points for the series. For the xrange
series type,
points can be given in the following ways:
- An array of objects with named values. The objects are point configuration objects as seen below.
API Docs: https://api.highcharts.com/highcharts/series.xrange.data
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsXRangeSeriesDataOptions
Constructors
-
HighchartsXRangeSeriesDataOptions.new({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:
Properties
- accessibility ↔ HighchartsXRangeSeriesDataAccessibilityOptions?
-
Accessibility options for a data point.
getter/setter pair
- className ↔ String?
-
An additional, individual class name for the data point's graphic
representation. Changes to a point's color will also be reflected in a
chart's legend and tooltip.
getter/setter pair
- color ↔ String?
-
Individual color for the point. By default the color is pulled from
the global
colors
array.getter/setter pair - colorIndex ↔ double?
-
A specific color index to use for the point, so its graphic representations
are given the class name
highcharts-color-{n}
. In styled mode this will change the color of the graphic. In non-styled mode, the color is set by thefill
attribute, so the change in class name won't have a visual effect by default.getter/setter pair -
connect
↔ List<
HighchartsXRangeSeriesDataConnectOptions> ? -
Connect to a point. This option can be either a string, referring to the ID
of another point, or an object, or an array of either. If the option is an
array, each element defines a connection.
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
-
dataLabels
↔ List<
HighchartsXRangeSeriesDataDataLabelsOptions> ? -
Individual data label for each point. The options are the same as
the ones for plotOptions.series.dataLabels.
getter/setter pair
- description ↔ String?
-
A description of the point to add to the screen reader information
about the point.
getter/setter pair
- dragDrop ↔ HighchartsXRangeSeriesDataDragDropOptions?
-
Point specific options for the draggable-points module. Overrides options
on
series.dragDrop
.getter/setter pair - drilldown ↔ String?
-
The
id
of a series in the drilldown.series array to use for a drilldown for this point.getter/setter pair - events ↔ HighchartsXRangeSeriesDataEventsOptions?
-
The individual point events.
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 - marker ↔ HighchartsXRangeSeriesDataMarkerOptions?
-
Options for the point markers of line-like series.
getter/setter pair
- name ↔ String?
-
The name of the point as shown in the legend, tooltip, dataLabels, etc.
getter/setter pair
- partialFill ↔ HighchartsXRangeSeriesDataPartialFillOptions?
-
A partial fill for each point, typically used to visualize how much of
a task is performed. The partial fill object can be set either on series
or point level.
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
- x ↔ double?
-
The starting X value of the range point.
getter/setter pair
- x2 ↔ double?
-
The ending X value of the range point.
getter/setter pair
- y ↔ double?
-
The Y value of the range 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