HCNavigationBindingsElliott3AnnotationsOptions class

(Highstock) Options to customize the bindings' annotation shapes and labels.

Implemented types

Properties

animation → dynamic
(Highstock) Enable or disable the initial animation when a series is displayed for the annotation. The animation can also be set as a configuration object. Please note that this option only applies to the initial animation. For other animations, see chart.animation and the animation parameter unde
final
className String?
(Highstock) A class name for styling by CSS.
final
controlPointOptions HCAnnotationControlPointOptionsObject?
(Highstock) Options for annotation's control points. Each control point inherits options from controlPointOptions object. Options from the controlPointOptions can be overwritten by options in a specific control point.
final
crop bool?
(Highstock) Whether to hide the part of the annotation that is outside the plot area.
final
draggable String?
(Highstock) Allow an annotation to be draggable by a user. Possible values are 'x', 'xy', 'y' and '' (disabled).
final
events HCNavigationBindingsElliott3AnnotationsEventsOptions?
(Highstock) Events available in annotations.
final
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
(Highstock) Sets an ID for an annotation. Can be user later when removing an annotation in Chart.removeAnnotation(id) method.
final
labelOptions HCNavigationBindingsElliott3AnnotationsLabelOptions?
(Highstock) Options for annotation's labels. Each label inherits options from the labelOptions object. An option from the labelOptions can be overwritten by config for a specific label.
final
labels List<HCNavigationBindingsElliott3AnnotationsLabelsOptions>?
(Highstock) An array of labels for the annotation. For options that apply to multiple labels, they can be added to the labelOptions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeOptions HCNavigationBindingsElliott3AnnotationsShapeOptions?
(Highstock) Options for annotation's shapes. Each shape inherits options from the shapeOptions object. An option from the shapeOptions can be overwritten by config for a specific shape.
final
shapes List<HCNavigationBindingsElliott3AnnotationsShapesOptions>?
(Highstock) An array of shapes for the annotation. For options that apply to multiple shapes, then can be added to the shapeOptions.
final
type String?
(Highstock) For advanced annotations, this option defines the type of annotation. Can be one of the keys listed under the types option.
final
typeOptions HCNavigationBindingsElliott3AnnotationsTypeOptions?
(Highstock) Additional options for an annotation with the type.
final
types HCNavigationBindingsElliott3AnnotationsTypesOptions?
(Highstock) Option override for specific advanced annotation types. This collection is intended for general theming using Highcharts.setOptions().
final
visible bool?
(Highstock) Whether the annotation is visible.
final
zIndex num?
(Highstock) The Z index of the annotation.
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