HCNavigationBindingsRayAnnotationsTypesFibonacciTimeZonesLabelOptions class
(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.
- Implemented types
Constructors
-
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 → dynamic
-
(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
- 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,opacityandwidth.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
distanceis defined, the distance takes precedence overxandyoptions.final - y → num?
-
(Highstock) The y position offset of the label relative to the point. Note that if a
distanceis defined, the distance takes precedence overxandyoptions.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