HCNavigationBindingsFibonacciAnnotationsTypesVerticalLineTypeLabelOptions class

(Highstock) Label options.

Implemented types

Constructors

HCNavigationBindingsFibonacciAnnotationsTypesVerticalLineTypeLabelOptions({HCAnnotationLabelAccessibilityOptionsObject? accessibility, String? align, bool? allowOverlap, String? backgroundColor, dynamic borderColor, num? borderRadius, num? borderWidth, String? className, bool? crop, num? distance, String? format, bool? includeInDataExport, num? offset, String? overflow, num? padding, dynamic shadow, String? shape, HCCSSObject? style, String? text, bool? useHTML, String? verticalAlign, num? x, num? y})
const

Properties

accessibility HCAnnotationLabelAccessibilityOptionsObject?
(Highstock) Accessibility options for an annotation label.
final
align String?
(Highstock) The alignment of the annotation's label. If right, the right side of the label should be touching the point.
final
allowOverlap bool?
(Highstock) Whether to allow the annotation's labels to overlap. To make the labels less sensitive for overlapping, the can be set to 0.
final
backgroundColor String?
(Highstock) The background color or gradient for the annotation's label.
final
borderColor → dynamic
(Highstock) The border color for the annotation's label.
final
borderRadius num?
(Highstock) The border radius in pixels for the annotation's label.
final
borderWidth num?
(Highstock) The border width in pixels for the annotation's label.
final
className String?
(Highstock) A class name for styling by CSS.
final
crop bool?
(Highstock) Whether to hide the annotation's label that is outside the plot area.
final
distance num?
(Highstock) The label's pixel distance from the point.
final
format String?
(Highstock) A format string for the data label.
final
hashCode int
The hash code for this object.
no setterinherited
includeInDataExport bool?
(Highstock) Whether all the labels for an annotation are visible in the exported data table.
final
offset num?
final
overflow String?
(Highstock) How to handle the annotation's label that flow outside the plot area. The justify option aligns the label inside the plot area.
final
padding num?
(Highstock) When either the borderWidth or the backgroundColor is set, this is the padding within the box.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow → dynamic
(Highstock) The shadow of the box. The shadow can be an object configuration containing color, offsetX, offsetY, opacity and width.
final
shape String?
(Highstock) The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.
final
style HCCSSObject?
(Highstock) Styles for the annotation's label.
final
text String?
(Highstock) Alias for the format option.
final
useHTML bool?
(Highstock) Whether to use HTML to render the annotation's label.
final
verticalAlign String?
(Highstock) The vertical alignment of the annotation's label.
final
x num?
(Highstock) The x position offset of the label relative to the point. Note that if a distance is defined, the distance takes precedence over x and y options.
final
y num?
(Highstock) The y position offset of the label relative to the point. Note that if a distance is defined, the distance takes precedence over x and y options.
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