HCNavigationBindingsCrooked5AnnotationsTypesFibonacciTypeOptions class

(Highstock) Additional options for an annotation with the type.

Implemented types

Properties

backgroundColors → dynamic
(Highstock) An array of background colors: Defaults to: (see online documentation for example)
final
hashCode int
The hash code for this object.
no setterinherited
height num?
(Highstock) The height of the fibonacci in terms of yAxis.
final
labels List<HCNavigationBindingsCrooked5AnnotationsTypesFibonacciTypeLabelsOptions>?
(Highstock) An array with options for the labels.
final
line HCNavigationBindingsCrooked5AnnotationsTypesFibonacciTypeLineOptions?
(Highstock) Line options.
final
lineColor String?
(Highstock) The color of line.
final
lineColors → dynamic
(Highstock) An array of colors for the lines.
final
points List<HCNavigationBindingsCrooked5AnnotationsTypesFibonacciTypePointsOptions>?
final
reversed bool?
(Highstock) Whether the annotation levels should be reversed. By default they start from 0 and go to 1.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xAxis num?
(Highstock) This number defines which xAxis the point is connected to. It refers to either the axis id or the index of the axis in the xAxis array.
final
yAxis num?
(Highstock) This number defines which yAxis the point is connected to. It refers to either the axis id or the index of the axis in the xAxis array.
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