HCAnnotationsTypeOptions class
(Highcharts, Highstock, Highmaps, Gantt) Additional options for an annotation with the type.
- Implemented types
Constructors
- HCAnnotationsTypeOptions({HCAnnotationsTypeBackgroundOptions? background, num? height, HCAnnotationsTypeLineOptions? line, dynamic point, List? points, String? type, num? xAxis, num? yAxis})
-
const
Properties
- background → HCAnnotationsTypeBackgroundOptions?
-
(Highcharts, Highstock, Highmaps, Gantt) Background shape options for the annotation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → num?
-
(Highcharts, Highstock, Highmaps, Gantt) Height of the annotation in pixels.
final
- line → HCAnnotationsTypeLineOptions?
-
(Highcharts, Highstock, Highmaps, Gantt) Line options.
final
- point → dynamic
-
(Highcharts, Highstock, Highmaps, Gantt) A single point that the annotation is attached to. It can be either the point which exists in the series - it is referenced by the point's id - or a new point with defined x, y properties and optionally axes.
final
- points → List?
-
(Highcharts, Highstock, Highmaps, Gantt) An array of points that the annotation is attached to. Each point can the point which exists in the series - it is referenced by the point's id - or a new point with defined x, y properties and optionally axes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
(Highcharts, Highstock, Highmaps, Gantt) The annotation type identifier.
final
- xAxis → num?
-
(Highcharts, Highstock, Highmaps, Gantt) This number defines which
xAxisthe point is connected to. It refers to either the axis id or the index of the axis in thexAxisarray.final - yAxis → num?
-
(Highcharts, Highstock, Highmaps, Gantt) This number defines which
yAxisthe point is connected to. It refers to either the axis id or the index of the axis in theyAxisarray.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited