public interface PlotSolidgaugeOptions extends Any
solidgauge
series are defined in plotOptions.solidgauge.
Modifier and Type | Interface and Description |
---|---|
static class |
PlotSolidgaugeOptions.CompareBase |
static class |
PlotSolidgaugeOptions.GapUnit |
static class |
PlotSolidgaugeOptions.Linecap |
static interface |
PlotSolidgaugeOptions.PointDescriptionFormatter |
static class |
PlotSolidgaugeOptions.PointIntervalUnit |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllAreas()
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
boolean |
getAllowPointSelect()
(Highcharts) Allow this series' points to be selected by clicking on the
graphic (columns, point markers, pie slices, map areas etc).
|
Unknown |
getAnimation()
(Highcharts) Enable or disable the initial animation when a series is
displayed.
|
String |
getBorderColor()
(Highmaps, Highcharts) The border color of the map areas.
|
double |
getBorderWidth()
(Highmaps, Highcharts) The border width of each map area.
|
String |
getClassName()
(Highcharts) An additional class name to apply to the series' graphical
elements.
|
boolean |
getClip()
(Highcharts) Disable this option to allow series rendering in the whole
plotting area.
|
Unknown |
getColor()
(Highcharts) The main color of the series.
|
boolean |
getColorAxis()
(Highmaps) Set this option to
false to prevent a series from connecting
to the global color axis. |
boolean |
getColorByPoint()
(Highcharts) Whether to give each point an individual color.
|
double |
getColorIndex()
(Highcharts) Styled mode only.
|
String |
getCompare()
(Highstock) Compare the values of the series against the first non-null,
non- zero value in the visible range.
|
PlotSolidgaugeOptions.CompareBase |
getCompareBase()
(Highstock) When compare is
percent , this option dictates whether to
use 0 or 100 as the base of comparison. |
boolean |
getCompareStart()
(Highstock) Defines if comparison should start from the first point
within the visible range or should start from the first point (see online
documentation for example) the range.
|
PlotSolidgaugeConnectorsOptions |
getConnectors()
(Gantt) Override Pathfinder connector options for a series.
|
Unknown |
getCursor()
(Highcharts) You can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
PlotSolidgaugeDataGroupingOptions |
getDataGrouping()
(Highstock) Data grouping is the concept of sampling the data values into
larger blocks in order to ease readability and increase performance of
the JavaScript charts.
|
PlotSolidgaugeDataLabelsOptions |
getDataLabels()
(Highcharts) Data labels for the gauge.
|
String |
getDescription()
(Highcharts) Requires the Accessibility module.
|
PlotSolidgaugeDragDropOptions |
getDragDrop()
(Highcharts) The draggable-points module allows points to be moved around
or modified in the chart.
|
boolean |
getEnableMouseTracking()
(Highcharts) Enable or disable the mouse tracking for a specific series.
|
PlotSolidgaugeEventsOptions |
getEvents()
(Highcharts) General event handlers for the series items.
|
boolean |
getExposeElementToA11y()
(Highcharts) By default, series are exposed to screen readers as regions.
|
double |
getGapSize()
(Highstock) Defines when to display a gap in the graph, together with the
gapUnit option.
|
PlotSolidgaugeOptions.GapUnit |
getGapUnit()
(Highstock) Together with gapSize, this option defines where to draw gaps
in the graph.
|
Unknown |
getJoinBy()
(Highmaps) What property to join the
mapData to the value data. |
String[] |
getKeys()
(Highcharts) An array specifying which option maps to which key in the
data point array.
|
PlotSolidgaugeLabelOptions |
getLabel()
(Highcharts, Highstock, Gantt) Series labels are placed as close to the
series as possible in a natural way, seeking to avoid other series.
|
PlotSolidgaugeOptions.Linecap |
getLinecap()
(Highcharts) Whether the strokes of the solid gauge should be
round or
square . |
double |
getLineWidth()
(Highcharts, Highstock) Pixel width of the graph line.
|
String |
getLinkedTo()
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
PlotSeriesOptions |
getNavigatorOptions()
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
double |
getOvershoot()
(Highcharts) Allow the gauge to overshoot the end of the perimeter axis
by this many degrees.
|
PlotSolidgaugePointOptions |
getPoint()
(Highcharts) Properties for each single point.
|
PlotSolidgaugeOptions.PointDescriptionFormatter |
getPointDescriptionFormatter()
(Highcharts) Same as accessibility.pointDescriptionFormatter, but for an
individual series.
|
double |
getPointInterval()
(Highcharts, Highstock, Gantt) If no x values are given for the points in
a series,
pointInterval defines the interval of the x values. |
PlotSolidgaugeOptions.PointIntervalUnit |
getPointIntervalUnit()
(Highcharts, Highstock, Gantt) On datetime series, this allows for
setting the pointInterval to irregular time units,
day , month and
year . |
double |
getPointRange()
(Highstock) The width of each point on the x axis.
|
double |
getPointStart()
(Highcharts, Highstock, Gantt) If no x values are given for the points in
a series, pointStart defines on what value to start.
|
boolean |
getRounded()
(Highcharts) Wether to draw rounded edges on the gauge.
|
boolean |
getSelected()
(Highcharts) Whether to select the series initially.
|
boolean |
getShowCheckbox()
(Highcharts) If true, a checkbox is displayed next to the legend item to
allow selecting the series.
|
boolean |
getShowInLegend()
(Highcharts) Whether to display this particular series or series type in
the legend.
|
boolean |
getShowInNavigator()
(Highstock) Whether or not to show the series in the navigator.
|
boolean |
getSkipKeyboardNavigation()
(Highcharts) If set to
true , the accessibility module will skip past
the points in this series for keyboard navigation. |
boolean |
getStickyTracking()
(Highcharts) Sticky tracking of mouse events.
|
double |
getThreshold()
(Highcharts) The threshold or base level for the gauge.
|
PlotSolidgaugeTooltipOptions |
getTooltip()
(Highcharts) A configuration object for the tooltip rendering of each
single series.
|
boolean |
getVisible()
(Highcharts) Set the initial visibility of the series.
|
double |
getZIndex()
(Highmaps) Define the z index of the series.
|
void |
setAllAreas(boolean value)
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
void |
setAllowPointSelect(boolean value)
(Highcharts) Allow this series' points to be selected by clicking on the
graphic (columns, point markers, pie slices, map areas etc).
|
void |
setAnimation(AnimationOptionsObject value)
(Highcharts) Enable or disable the initial animation when a series is
displayed.
|
void |
setAnimation(boolean value)
(Highcharts) Enable or disable the initial animation when a series is
displayed.
|
void |
setAnimation(PlotSolidgaugeAnimationOptions value)
(Highcharts) Enable or disable the initial animation when a series is
displayed.
|
void |
setBorderColor(String value)
(Highmaps, Highcharts) The border color of the map areas.
|
void |
setBorderWidth(double value)
(Highmaps, Highcharts) The border width of each map area.
|
void |
setClassName(String value)
(Highcharts) An additional class name to apply to the series' graphical
elements.
|
void |
setClip(boolean value)
(Highcharts) Disable this option to allow series rendering in the whole
plotting area.
|
void |
setColor(Any value)
(Highcharts) The main color of the series.
|
void |
setColor(GradientColorObject value)
(Highcharts) The main color of the series.
|
void |
setColor(String value)
(Highcharts) The main color of the series.
|
void |
setColorAxis(boolean value)
(Highmaps) Set this option to
false to prevent a series from connecting
to the global color axis. |
void |
setColorByPoint(boolean value)
(Highcharts) Whether to give each point an individual color.
|
void |
setColorIndex(double value)
(Highcharts) Styled mode only.
|
void |
setCompare(String value)
(Highstock) Compare the values of the series against the first non-null,
non- zero value in the visible range.
|
void |
setCompareBase(PlotSolidgaugeOptions.CompareBase value)
(Highstock) When compare is
percent , this option dictates whether to
use 0 or 100 as the base of comparison. |
void |
setCompareStart(boolean value)
(Highstock) Defines if comparison should start from the first point
within the visible range or should start from the first point (see online
documentation for example) the range.
|
void |
setConnectors(PlotSolidgaugeConnectorsOptions value)
(Gantt) Override Pathfinder connector options for a series.
|
void |
setCursor(CursorType value)
(Highcharts) You can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
void |
setCursor(String value)
(Highcharts) You can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
void |
setDataGrouping(PlotSolidgaugeDataGroupingOptions value)
(Highstock) Data grouping is the concept of sampling the data values into
larger blocks in order to ease readability and increase performance of
the JavaScript charts.
|
void |
setDataLabels(PlotSolidgaugeDataLabelsOptions value)
(Highcharts) Data labels for the gauge.
|
void |
setDescription(String value)
(Highcharts) Requires the Accessibility module.
|
void |
setDragDrop(PlotSolidgaugeDragDropOptions value)
(Highcharts) The draggable-points module allows points to be moved around
or modified in the chart.
|
void |
setEnableMouseTracking(boolean value)
(Highcharts) Enable or disable the mouse tracking for a specific series.
|
void |
setEvents(PlotSolidgaugeEventsOptions value)
(Highcharts) General event handlers for the series items.
|
void |
setExposeElementToA11y(boolean value)
(Highcharts) By default, series are exposed to screen readers as regions.
|
void |
setGapSize(double value)
(Highstock) Defines when to display a gap in the graph, together with the
gapUnit option.
|
void |
setGapUnit(PlotSolidgaugeOptions.GapUnit value)
(Highstock) Together with gapSize, this option defines where to draw gaps
in the graph.
|
void |
setJoinBy(String value)
(Highmaps) What property to join the
mapData to the value data. |
void |
setJoinBy(String[] value)
(Highmaps) What property to join the
mapData to the value data. |
void |
setKeys(String[] value)
(Highcharts) An array specifying which option maps to which key in the
data point array.
|
void |
setLabel(PlotSolidgaugeLabelOptions value)
(Highcharts, Highstock, Gantt) Series labels are placed as close to the
series as possible in a natural way, seeking to avoid other series.
|
void |
setLinecap(PlotSolidgaugeOptions.Linecap value)
(Highcharts) Whether the strokes of the solid gauge should be
round or
square . |
void |
setLineWidth(double value)
(Highcharts, Highstock) Pixel width of the graph line.
|
void |
setLinkedTo(String value)
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
void |
setNavigatorOptions(PlotSeriesOptions value)
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
void |
setOvershoot(double value)
(Highcharts) Allow the gauge to overshoot the end of the perimeter axis
by this many degrees.
|
void |
setPoint(PlotSolidgaugePointOptions value)
(Highcharts) Properties for each single point.
|
void |
setPointDescriptionFormatter(PlotSolidgaugeOptions.PointDescriptionFormatter value)
(Highcharts) Same as accessibility.pointDescriptionFormatter, but for an
individual series.
|
void |
setPointInterval(double value)
(Highcharts, Highstock, Gantt) If no x values are given for the points in
a series,
pointInterval defines the interval of the x values. |
void |
setPointIntervalUnit(PlotSolidgaugeOptions.PointIntervalUnit value)
(Highcharts, Highstock, Gantt) On datetime series, this allows for
setting the pointInterval to irregular time units,
day , month and
year . |
void |
setPointRange(double value)
(Highstock) The width of each point on the x axis.
|
void |
setPointStart(double value)
(Highcharts, Highstock, Gantt) If no x values are given for the points in
a series, pointStart defines on what value to start.
|
void |
setRounded(boolean value)
(Highcharts) Wether to draw rounded edges on the gauge.
|
void |
setSelected(boolean value)
(Highcharts) Whether to select the series initially.
|
void |
setShowCheckbox(boolean value)
(Highcharts) If true, a checkbox is displayed next to the legend item to
allow selecting the series.
|
void |
setShowInLegend(boolean value)
(Highcharts) Whether to display this particular series or series type in
the legend.
|
void |
setShowInNavigator(boolean value)
(Highstock) Whether or not to show the series in the navigator.
|
void |
setSkipKeyboardNavigation(boolean value)
(Highcharts) If set to
true , the accessibility module will skip past
the points in this series for keyboard navigation. |
void |
setStickyTracking(boolean value)
(Highcharts) Sticky tracking of mouse events.
|
void |
setThreshold(double value)
(Highcharts) The threshold or base level for the gauge.
|
void |
setTooltip(PlotSolidgaugeTooltipOptions value)
(Highcharts) A configuration object for the tooltip rendering of each
single series.
|
void |
setVisible(boolean value)
(Highcharts) Set the initial visibility of the series.
|
void |
setZIndex(double value)
(Highmaps) Define the z index of the series.
|
boolean getAllAreas()
mapData
should be
rendered. If true
, areas which don't correspond to a data point, are
rendered as null
points. If false
, those areas are skipped.void setAllAreas(boolean value)
mapData
should be
rendered. If true
, areas which don't correspond to a data point, are
rendered as null
points. If false
, those areas are skipped.boolean getAllowPointSelect()
void setAllowPointSelect(boolean value)
@Nullable Unknown getAnimation()
void setAnimation(boolean value)
void setAnimation(PlotSolidgaugeAnimationOptions value)
void setAnimation(AnimationOptionsObject value)
@Nullable String getBorderColor()
.highcharts-point
class.void setBorderColor(String value)
.highcharts-point
class.double getBorderWidth()
.highcharts-point
class.void setBorderWidth(double value)
.highcharts-point
class.@Nullable String getClassName()
void setClassName(String value)
boolean getClip()
void setClip(boolean value)
@Nullable Unknown getColor()
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.void setColor(GradientColorObject value)
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.void setColor(String value)
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.void setColor(Any value)
options.colors
array.
In styled mode, the color can be defined by the colorIndex option. Also,
the series color can be set with the .highcharts-series
,
.highcharts-color-{n}
, .highcharts-{type}-series
or
.highcharts-series-{n}
class, or individual classes given by the
className
option.boolean getColorAxis()
false
to prevent a series from connecting
to the global color axis. This will cause the series to have its own
legend item.void setColorAxis(boolean value)
false
to prevent a series from connecting
to the global color axis. This will cause the series to have its own
legend item.boolean getColorByPoint()
void setColorByPoint(boolean value)
double getColorIndex()
highcharts-color-{n}
.void setColorIndex(double value)
highcharts-color-{n}
.@Nullable String getCompare()
compare
is set to "percent"
or
"value"
. When this is applied to multiple series, it allows comparing
the development of the series against each other. Adds a change
field
to every point object.void setCompare(String value)
compare
is set to "percent"
or
"value"
. When this is applied to multiple series, it allows comparing
the development of the series against each other. Adds a change
field
to every point object.@Nullable PlotSolidgaugeOptions.CompareBase getCompareBase()
percent
, this option dictates whether to
use 0 or 100 as the base of comparison.void setCompareBase(PlotSolidgaugeOptions.CompareBase value)
percent
, this option dictates whether to
use 0 or 100 as the base of comparison.boolean getCompareStart()
compareStart=true
) or should have been already calculated according to
the previous point (compareStart=false
).void setCompareStart(boolean value)
compareStart=true
) or should have been already calculated according to
the previous point (compareStart=false
).@Nullable PlotSolidgaugeConnectorsOptions getConnectors()
void setConnectors(PlotSolidgaugeConnectorsOptions value)
@Nullable Unknown getCursor()
void setCursor(CursorType value)
void setCursor(String value)
@Nullable PlotSolidgaugeDataGroupingOptions getDataGrouping()
groupPixelWidth
option.
If data grouping is applied, the grouping information of grouped points
can be read from the Point.dataGroup. If point options other than the
data itself are set, for example name
or color
or custom properties,
the grouping logic doesn't know how to group it. In this case the options
of the first point instance are copied over to the group point. This can
be altered through a custom approximation
callback function.void setDataGrouping(PlotSolidgaugeDataGroupingOptions value)
groupPixelWidth
option.
If data grouping is applied, the grouping information of grouped points
can be read from the Point.dataGroup. If point options other than the
data itself are set, for example name
or color
or custom properties,
the grouping logic doesn't know how to group it. In this case the options
of the first point instance are copied over to the group point. This can
be altered through a custom approximation
callback function.@Nullable PlotSolidgaugeDataLabelsOptions getDataLabels()
void setDataLabels(PlotSolidgaugeDataLabelsOptions value)
@Nullable String getDescription()
void setDescription(String value)
@Nullable PlotSolidgaugeDragDropOptions getDragDrop()
dragDrop
API structure, the module fires three events, point.dragStart,
point.drag and point.drop.
It requires the modules/draggable-points.js
file to be loaded.void setDragDrop(PlotSolidgaugeDragDropOptions value)
dragDrop
API structure, the module fires three events, point.dragStart,
point.drag and point.drop.
It requires the modules/draggable-points.js
file to be loaded.boolean getEnableMouseTracking()
void setEnableMouseTracking(boolean value)
@Nullable PlotSolidgaugeEventsOptions getEvents()
Highcharts.addEvent
function.void setEvents(PlotSolidgaugeEventsOptions value)
Highcharts.addEvent
function.boolean getExposeElementToA11y()
void setExposeElementToA11y(boolean value)
double getGapSize()
dataGrouping
is enabled, points can be grouped into a
larger time span. This can make the grouped points to have a greater
distance than the absolute value of gapSize
property, which will result
in disappearing graph completely. To prevent this situation the mentioned
distance between grouped points is used instead of previously defined
gapSize
.
In practice, this option is most often used to visualize gaps in time
series. In a stock chart, intraday data is available for daytime hours,
while gaps will appear in nights and weekends.void setGapSize(double value)
dataGrouping
is enabled, points can be grouped into a
larger time span. This can make the grouped points to have a greater
distance than the absolute value of gapSize
property, which will result
in disappearing graph completely. To prevent this situation the mentioned
distance between grouped points is used instead of previously defined
gapSize
.
In practice, this option is most often used to visualize gaps in time
series. In a stock chart, intraday data is available for daytime hours,
while gaps will appear in nights and weekends.@Nullable PlotSolidgaugeOptions.GapUnit getGapUnit()
gapUnit
is relative
(default), a gap size of 5 means that if
the distance between two points is greater than five times that of the
two closest points, the graph will be broken.
When the gapUnit
is value
, the gap is based on absolute axis values,
which on a datetime axis is milliseconds. This also applies to the
navigator series that inherits gap options from the base series.void setGapUnit(PlotSolidgaugeOptions.GapUnit value)
gapUnit
is relative
(default), a gap size of 5 means that if
the distance between two points is greater than five times that of the
two closest points, the graph will be broken.
When the gapUnit
is value
, the gap is based on absolute axis values,
which on a datetime axis is milliseconds. This also applies to the
navigator series that inherits gap options from the base series.@Nullable Unknown getJoinBy()
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.void setJoinBy(String value)
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.void setJoinBy(String[] value)
mapData
to the value data. For
example, if joinBy is "code", the mapData items with a specific code is
merged into the data with the same code. For maps loaded from GeoJSON,
the keys may be held in each point's properties
object.
The joinBy option can also be an array of two values, where the first
points to a key in the mapData
, and the second points to another key in
the data
.
When joinBy is null
, the map items are joined by their position in the
array, which performs much better in maps with many data points. This is
the recommended option if you are printing more than a thousand data
points and have a backend that can preprocess the data into a parallel
array of the mapData.@Nullable String[] getKeys()
void setKeys(String[] value)
@Nullable PlotSolidgaugeLabelOptions getLabel()
graph
or an
area
.
Requires the series-label.js
module.void setLabel(PlotSolidgaugeLabelOptions value)
graph
or an
area
.
Requires the series-label.js
module.@Nullable PlotSolidgaugeOptions.Linecap getLinecap()
round
or
square
.void setLinecap(PlotSolidgaugeOptions.Linecap value)
round
or
square
.double getLineWidth()
void setLineWidth(double value)
@Nullable String getLinkedTo()
void setLinkedTo(String value)
@Nullable PlotSeriesOptions getNavigatorOptions()
showInNavigator
is true
for this series. Available options are the
same as any series, documented at plotOptions and series.
These options are merged with options in navigator.series, and will take
precedence if the same option is defined both places.void setNavigatorOptions(PlotSeriesOptions value)
showInNavigator
is true
for this series. Available options are the
same as any series, documented at plotOptions and series.
These options are merged with options in navigator.series, and will take
precedence if the same option is defined both places.double getOvershoot()
void setOvershoot(double value)
@Nullable PlotSolidgaugePointOptions getPoint()
void setPoint(PlotSolidgaugePointOptions value)
@Nullable PlotSolidgaugeOptions.PointDescriptionFormatter getPointDescriptionFormatter()
void setPointDescriptionFormatter(PlotSolidgaugeOptions.PointDescriptionFormatter value)
double getPointInterval()
pointInterval
defines the interval of the x values. For
example, if a series contains one value every decade starting from year
0, set pointInterval
to 10
. In true datetime
axes, the
pointInterval
is set in milliseconds.
It can be also be combined with pointIntervalUnit
to draw irregular
time intervals.
Please note that this options applies to the series data, not the
interval of the axis ticks, which is independent.void setPointInterval(double value)
pointInterval
defines the interval of the x values. For
example, if a series contains one value every decade starting from year
0, set pointInterval
to 10
. In true datetime
axes, the
pointInterval
is set in milliseconds.
It can be also be combined with pointIntervalUnit
to draw irregular
time intervals.
Please note that this options applies to the series data, not the
interval of the axis ticks, which is independent.@Nullable PlotSolidgaugeOptions.PointIntervalUnit getPointIntervalUnit()
day
, month
and
year
. A day is usually the same as 24 hours, but pointIntervalUnit
also takes the DST crossover into consideration when dealing with local
time. Combine this option with pointInterval
to draw weeks, quarters, 6
months, 10 years etc.
Please note that this options applies to the series data, not the
interval of the axis ticks, which is independent.void setPointIntervalUnit(PlotSolidgaugeOptions.PointIntervalUnit value)
day
, month
and
year
. A day is usually the same as 24 hours, but pointIntervalUnit
also takes the DST crossover into consideration when dealing with local
time. Combine this option with pointInterval
to draw weeks, quarters, 6
months, 10 years etc.
Please note that this options applies to the series data, not the
interval of the axis ticks, which is independent.double getPointRange()
void setPointRange(double value)
double getPointStart()
void setPointStart(double value)
boolean getRounded()
void setRounded(boolean value)
boolean getSelected()
showCheckbox
is
true, the checkbox next to the series name in the legend will be checked
for a selected series.void setSelected(boolean value)
showCheckbox
is
true, the checkbox next to the series name in the legend will be checked
for a selected series.boolean getShowCheckbox()
selected
option.void setShowCheckbox(boolean value)
selected
option.boolean getShowInLegend()
void setShowInLegend(boolean value)
boolean getShowInNavigator()
void setShowInNavigator(boolean value)
boolean getSkipKeyboardNavigation()
true
, the accessibility module will skip past
the points in this series for keyboard navigation.void setSkipKeyboardNavigation(boolean value)
true
, the accessibility module will skip past
the points in this series for keyboard navigation.boolean getStickyTracking()
mouseOut
event on a series isn't triggered until the mouse moves over another
series, or out of the plot area. When false, the mouseOut
event on a
series is triggered when the mouse leaves the area around the series'
graph or markers. This also implies the tooltip when not shared. When
stickyTracking
is false and tooltip.shared
is false, the tooltip will
be hidden when moving the mouse between series. Defaults to true for line
and area type series, but to false for columns, pies etc.void setStickyTracking(boolean value)
mouseOut
event on a series isn't triggered until the mouse moves over another
series, or out of the plot area. When false, the mouseOut
event on a
series is triggered when the mouse leaves the area around the series'
graph or markers. This also implies the tooltip when not shared. When
stickyTracking
is false and tooltip.shared
is false, the tooltip will
be hidden when moving the mouse between series. Defaults to true for line
and area type series, but to false for columns, pies etc.double getThreshold()
void setThreshold(double value)
@Nullable PlotSolidgaugeTooltipOptions getTooltip()
void setTooltip(PlotSolidgaugeTooltipOptions value)
boolean getVisible()
void setVisible(boolean value)
double getZIndex()
void setZIndex(double value)
Copyright © 2020. All rights reserved.