HighchartsAnnotationsElliottWaveLabelOptions class

Highcharts Options Widget.

Inheritance

Constructors

HighchartsAnnotationsElliottWaveLabelOptions.new({HighchartsAnnotationsLabelAccessibilityOptions? accessibility, String? align, bool? allowOverlap, String? backgroundColor, String? borderColor, double? borderRadius, double? borderWidth, String? className, bool? crop, double? distance, String? format, String? formatter, bool? includeInDataExport, String? overflow, double? padding, Map<String, dynamic>? shadow, String? shape, Map<String, String>? style, String? text, String? type, bool? useHTML, String? verticalAlign, double? x, double? y})
Highcharts Options Widget.

Properties

accessibility HighchartsAnnotationsLabelAccessibilityOptions?
Accessibility options for an annotation label.
getter/setter pair
align String?
Highcharts Options Widget.
getter/setter pair
allowOverlap bool?
Highcharts Options Widget.
getter/setter pair
backgroundColor String?
Highcharts Options Widget.
getter/setter pair
borderColor String?
The border color for the annotation's label.
getter/setter pair
borderRadius double?
The border radius in pixels for the annotation's label.
getter/setter pair
borderWidth double?
Highcharts Options Widget.
getter/setter pair
className String?
A class name for styling by CSS.
getter/setter pair
crop bool?
Highcharts Options Widget.
getter/setter pair
distance double?
The label's pixel distance from the point.
getter/setter pair
format String?
A format string for the data label.
getter/setter pair
formatter String?
Callback JavaScript function to format the annotation's label. Note that if a format or text are defined, the format or text take precedence and the formatter is ignored. This refers to a point object.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeInDataExport bool?
Whether the annotation is visible in the exported data table.
getter/setter pair
overflow String?
Highcharts Options Widget.
getter/setter pair
padding double?
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow Map<String, dynamic>?
The shadow of the box. The shadow can be an object configuration containing color, offsetX, offsetY, opacity and width.
getter/setter pair
shape String?
The name of a symbol to use for the border around the label. Symbols are predefined functions on the Renderer object.
getter/setter pair
style Map<String, String>?
Styles for the annotation's label.
getter/setter pair
text String?
Alias for the format option.
getter/setter pair
type String?
Highcharts Options Widget.
getter/setter pair
useHTML bool?
Whether to use HTML to render the annotation's label.
getter/setter pair
verticalAlign String?
The vertical alignment of the annotation's label.
getter/setter pair
x double?
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.
getter/setter pair
y double?
Highcharts Options Widget.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited