HighchartsRenkoSeriesDataOptions class
An array of data points for the series. For the renko
series
type, points can be given in the following ways:
-
An array of arrays with 1 or 2 values correspond to
x,close
. If the first value is a string, it is applied as the name of the point, and thex
value is inferred. Thex
value can also be omitted, in which case the inner arrays should be of length 4. Then thex
value is automatically calculated, either starting at 0 and incremented by 1, or frompointStart
andpointInterval
given in the series options. -
An array of objects with named values. With renko series, the data does not directly correspond to the points in the series. the reason is that the points are calculated based on the trends and boxSize. Setting options for individual point is impossible.
API Docs: https://api.highcharts.com/highstock/series.renko.data
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsRenkoSeriesDataOptions
Constructors
-
HighchartsRenkoSeriesDataOptions.new({HighchartsRenkoSeriesDataAccessibilityOptions? accessibility, String? borderColor, double? borderWidth, String? color, Map<
String, dynamic> ? custom, String? dashStyle, List<HighchartsRenkoSeriesDataDataLabelsOptions> ? dataLabels, String? description, HighchartsRenkoSeriesDataDragDropOptions? dragDrop, HighchartsRenkoSeriesDataEventsOptions? events, String? id, double? labelrank, String? name, double? pointWidth, bool? selected, dynamic x, double? y}) -
An array of data points for the series. For the
renko
series type, points can be given in the following ways:
Properties
- accessibility ↔ HighchartsRenkoSeriesDataAccessibilityOptions?
-
Accessibility options for a data point.
getter/setter pair
- borderColor ↔ String?
-
The color of the border surrounding the column or bar.
getter/setter pair
- borderWidth ↔ double?
-
The width of the border surrounding the column or bar.
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
- dashStyle ↔ String?
-
A name for the dash style to use for the column or bar. Overrides
dashStyle on the series.
getter/setter pair
-
dataLabels
↔ List<
HighchartsRenkoSeriesDataDataLabelsOptions> ? -
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 ↔ HighchartsRenkoSeriesDataDragDropOptions?
-
Point specific options for the draggable-points module. Overrides options
on
series.dragDrop
.getter/setter pair - events ↔ HighchartsRenkoSeriesDataEventsOptions?
-
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 - name ↔ String?
-
The name of the point as shown in the legend, tooltip, dataLabels, etc.
getter/setter pair
- pointWidth ↔ double?
-
A pixel value specifying a fixed width for the column or bar. Overrides
pointWidth on the series. The width effects the dimension that is not based
on the point value.
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 ↔ dynamic
-
The x value of the point.
getter/setter pair
- y ↔ double?
-
The y 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