HighchartsXAxisPlotBandsLabelOptions class
Text labels for the plot bands
API Docs: https://api.highcharts.com/highcharts/xAxis.plotBands.label
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsXAxisPlotBandsLabelOptions
Constructors
Properties
- align ↔ String?
-
Horizontal alignment of the label. Can be one of "left", "center" or
"right".
getter/setter pair
- allowOverlap ↔ bool?
-
Whether or not the label can be hidden if it overlaps with another label.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inside ↔ bool?
-
Wether or not the text of the label can exceed the width of the label.
getter/setter pair
- rotation ↔ double?
-
Rotation of the text label in degrees .
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
style
↔ Map<
String, String> ? -
CSS styles for the text label.
getter/setter pair
- text ↔ String?
-
The string text itself. A subset of HTML is supported.
getter/setter pair
- textAlign ↔ String?
-
The text alignment for the label. While
align
determines where the texts anchor point is placed within the plot band,textAlign
determines how the text is aligned against its anchor point. Possible values are "left", "center" and "right". Defaults to the same as thealign
option.getter/setter pair - useHTML ↔ bool?
-
Whether to use HTML
to render the labels.
getter/setter pair
- verticalAlign ↔ String?
-
Vertical alignment of the label relative to the plot band. Can be one of
"top", "middle" or "bottom".
getter/setter pair
- x ↔ double?
-
Horizontal position relative the alignment. Default varies by
orientation.
getter/setter pair
- y ↔ double?
-
Vertical position of the text baseline relative to the alignment. Default
varies by orientation.
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