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