HCNavigationBindingsElliott5AnnotationsTypeOptions class
(Highstock) Additional options for an annotation with the type.
- Implemented types
Constructors
-
const
Properties
- background → HCNavigationBindingsElliott5AnnotationsTypeBackgroundOptions?
-
(Highstock) Background shape options for the annotation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → num?
-
(Highstock) Height of the annotation in pixels.
final
- line → HCNavigationBindingsElliott5AnnotationsTypeLineOptions?
-
(Highstock) Line options.
final
- point → dynamic
-
(Highstock) 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?
-
(Highstock) 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?
-
(Highstock) The annotation type identifier.
final
- xAxis → num?
-
(Highstock) 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?
-
(Highstock) 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