public interface NavigatorYAxisStackLabelsOptions extends Any
Modifier and Type | Interface and Description |
---|---|
static class |
NavigatorYAxisStackLabelsOptions.Align |
static class |
NavigatorYAxisStackLabelsOptions.TextAlign |
static class |
NavigatorYAxisStackLabelsOptions.VerticalAlign |
Modifier and Type | Method and Description |
---|---|
NavigatorYAxisStackLabelsOptions.Align |
getAlign()
(Highcharts) Defines the horizontal alignment of the stack total label.
|
boolean |
getAllowOverlap()
(Highcharts) Allow the stack labels to overlap.
|
boolean |
getEnabled()
(Highcharts) Enable or disable the stack total labels.
|
String |
getFormat()
(Highcharts, Highstock) A format string for the data label.
|
FormatterCallbackFunction<Any> |
getFormatter()
(Highcharts) Callback JavaScript function to format the label.
|
double |
getRotation()
(Highcharts) Rotation of the labels in degrees.
|
CSSObject |
getStyle()
(Highcharts) CSS styles for the label.
|
NavigatorYAxisStackLabelsOptions.TextAlign |
getTextAlign()
(Highcharts) The text alignment for the label.
|
boolean |
getUseHTML()
(Highcharts, Highstock) Whether to use HTML to render the labels.
|
NavigatorYAxisStackLabelsOptions.VerticalAlign |
getVerticalAlign()
(Highcharts) Defines the vertical alignment of the stack total label.
|
double |
getX()
(Highcharts) The x position offset of the label relative to the left of
the stacked bar.
|
double |
getY()
(Highcharts) The y position offset of the label relative to the tick
position on the axis.
|
void |
setAlign(NavigatorYAxisStackLabelsOptions.Align value)
(Highcharts) Defines the horizontal alignment of the stack total label.
|
void |
setAllowOverlap(boolean value)
(Highcharts) Allow the stack labels to overlap.
|
void |
setEnabled(boolean value)
(Highcharts) Enable or disable the stack total labels.
|
void |
setFormat(String value)
(Highcharts, Highstock) A format string for the data label.
|
void |
setFormatter(FormatterCallbackFunction<Any> value)
(Highcharts) Callback JavaScript function to format the label.
|
void |
setRotation(double value)
(Highcharts) Rotation of the labels in degrees.
|
void |
setStyle(CSSObject value)
(Highcharts) CSS styles for the label.
|
void |
setTextAlign(NavigatorYAxisStackLabelsOptions.TextAlign value)
(Highcharts) The text alignment for the label.
|
void |
setUseHTML(boolean value)
(Highcharts, Highstock) Whether to use HTML to render the labels.
|
void |
setVerticalAlign(NavigatorYAxisStackLabelsOptions.VerticalAlign value)
(Highcharts) Defines the vertical alignment of the stack total label.
|
void |
setX(double value)
(Highcharts) The x position offset of the label relative to the left of
the stacked bar.
|
void |
setY(double value)
(Highcharts) The y position offset of the label relative to the tick
position on the axis.
|
@Nullable NavigatorYAxisStackLabelsOptions.Align getAlign()
"left"
, "center"
or "right"
. The default value is
calculated at runtime and depends on orientation and whether the stack is
positive or negative.void setAlign(NavigatorYAxisStackLabelsOptions.Align value)
"left"
, "center"
or "right"
. The default value is
calculated at runtime and depends on orientation and whether the stack is
positive or negative.boolean getAllowOverlap()
void setAllowOverlap(boolean value)
boolean getEnabled()
void setEnabled(boolean value)
@Nullable String getFormat()
formatter
.void setFormat(String value)
formatter
.@Nullable FormatterCallbackFunction<Any> getFormatter()
this.total
.void setFormatter(FormatterCallbackFunction<Any> value)
this.total
.double getRotation()
void setRotation(double value)
@Nullable CSSObject getStyle()
.highcharts-stack-label
class.void setStyle(CSSObject value)
.highcharts-stack-label
class.@Nullable NavigatorYAxisStackLabelsOptions.TextAlign getTextAlign()
align
determines
where the texts anchor point is placed with regards to the stack,
textAlign
determines how the text is aligned against its anchor point.
Possible values are "left"
, "center"
and "right"
. The default value
is calculated at runtime and depends on orientation and whether the stack
is positive or negative.void setTextAlign(NavigatorYAxisStackLabelsOptions.TextAlign value)
align
determines
where the texts anchor point is placed with regards to the stack,
textAlign
determines how the text is aligned against its anchor point.
Possible values are "left"
, "center"
and "right"
. The default value
is calculated at runtime and depends on orientation and whether the stack
is positive or negative.boolean getUseHTML()
void setUseHTML(boolean value)
@Nullable NavigatorYAxisStackLabelsOptions.VerticalAlign getVerticalAlign()
"top"
, "middle"
or "bottom"
. The default value is
calculated at runtime and depends on orientation and whether the stack is
positive or negative.void setVerticalAlign(NavigatorYAxisStackLabelsOptions.VerticalAlign value)
"top"
, "middle"
or "bottom"
. The default value is
calculated at runtime and depends on orientation and whether the stack is
positive or negative.double getX()
void setX(double value)
double getY()
void setY(double value)
Copyright © 2020. All rights reserved.