HCXAxisPlotLinesLabelOptions class
(Highcharts, Highstock, Gantt) Text labels for the plot lines
- Implemented types
Constructors
- HCXAxisPlotLinesLabelOptions({String? align, num? rotation, HCCSSObject? style, String? text, String? textAlign, bool? useHTML, String? verticalAlign, num? x, num? y})
-
const
Properties
- align → String?
-
(Highcharts, Highstock, Gantt) Horizontal alignment of the label. Can be one of "left", "center" or "right".
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rotation → num?
-
(Highcharts, Highstock, Gantt) Rotation of the text label in degrees. Defaults to 0 for horizontal plot lines and 90 for vertical lines.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → HCCSSObject?
-
(Highcharts, Highstock, Gantt) CSS styles for the text label.
final
- text → String?
-
(Highcharts, Highstock, Gantt) The text itself. A subset of HTML is supported.
final
- textAlign → String?
-
(Highcharts, Highstock, Gantt) The text alignment for the label. While
aligndetermines where the texts anchor point is placed within the plot band,textAligndetermines how the text is aligned against its anchor point. Possible values are "left", "center" and "right". Defaults to the same as thfinal - useHTML → bool?
-
(Highcharts, Highstock, Gantt) Whether to use HTML to render the labels.
final
- verticalAlign → String?
-
(Highcharts, Highstock, Gantt) Vertical alignment of the label relative to the plot line. Can be one of "top", "middle" or "bottom".
final
- x → num?
-
(Highcharts, Highstock, Gantt) Horizontal position relative the alignment. Default varies by orientation.
final
- y → num?
-
(Highcharts, Highstock, Gantt) Vertical position of the text baseline relative to the alignment. Default varies by orientation.
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