Modifier and Type | Interface and Description |
---|---|
static class |
ZAxisCurrentDateIndicatorLabelOptions.Align |
static class |
ZAxisCurrentDateIndicatorLabelOptions.VerticalAlign |
Modifier and Type | Method and Description |
---|---|
ZAxisCurrentDateIndicatorLabelOptions.Align |
getAlign()
(Gantt) Horizontal alignment of the label.
|
double |
getRotation()
(Gantt) Rotation of the text label in degrees.
|
CSSObject |
getStyle()
(Gantt) CSS styles for the text label.
|
String |
getText()
(Gantt) The text itself.
|
String |
getTextAlign()
(Gantt) The text alignment for the label.
|
boolean |
getUseHTML()
(Gantt) Whether to use HTML to render the labels.
|
ZAxisCurrentDateIndicatorLabelOptions.VerticalAlign |
getVerticalAlign()
(Gantt) Vertical alignment of the label relative to the plot line.
|
double |
getX()
(Gantt) Horizontal position relative the alignment.
|
double |
getY()
(Gantt) Vertical position of the text baseline relative to the alignment.
|
void |
setAlign(ZAxisCurrentDateIndicatorLabelOptions.Align value)
(Gantt) Horizontal alignment of the label.
|
void |
setRotation(double value)
(Gantt) Rotation of the text label in degrees.
|
void |
setStyle(CSSObject value)
(Gantt) CSS styles for the text label.
|
void |
setText(String value)
(Gantt) The text itself.
|
void |
setTextAlign(String value)
(Gantt) The text alignment for the label.
|
void |
setUseHTML(boolean value)
(Gantt) Whether to use HTML to render the labels.
|
void |
setVerticalAlign(ZAxisCurrentDateIndicatorLabelOptions.VerticalAlign value)
(Gantt) Vertical alignment of the label relative to the plot line.
|
void |
setX(double value)
(Gantt) Horizontal position relative the alignment.
|
void |
setY(double value)
(Gantt) Vertical position of the text baseline relative to the alignment.
|
@Nullable ZAxisCurrentDateIndicatorLabelOptions.Align getAlign()
void setAlign(ZAxisCurrentDateIndicatorLabelOptions.Align value)
double getRotation()
void setRotation(double value)
@Nullable CSSObject getStyle()
.highcharts-plot-line-label
class.void setStyle(CSSObject value)
.highcharts-plot-line-label
class.void setText(String value)
@Nullable String getTextAlign()
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 the
align
option.void setTextAlign(String value)
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 the
align
option.boolean getUseHTML()
void setUseHTML(boolean value)
@Nullable ZAxisCurrentDateIndicatorLabelOptions.VerticalAlign getVerticalAlign()
void setVerticalAlign(ZAxisCurrentDateIndicatorLabelOptions.VerticalAlign value)
double getX()
void setX(double value)
double getY()
void setY(double value)
Copyright © 2020. All rights reserved.