public interface PlotXrangeOptions extends Any
xrange
series are defined in plotOptions.xrange.
Modifier and Type | Interface and Description |
---|---|
static class |
PlotXrangeOptions.CompareBase |
static interface |
PlotXrangeOptions.PointDescriptionFormatter |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllAreas()
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
boolean |
getAllowPointSelect()
(Highcharts, Highstock, Gantt) Allow this series' points to be selected
by clicking on the graphic (columns, point markers, pie slices, map areas
etc).
|
Unknown |
getAnimation()
(Highcharts, Highstock, Gantt) Enable or disable the initial animation
when a series is displayed.
|
double |
getAnimationLimit()
(Highcharts, Highstock, Gantt) For some series, there is a limit that
shuts down initial animation by default when the total number of points
in the chart is too high.
|
String |
getBorderColor()
(Highcharts, Highstock, Gantt) The color of the border surrounding each
column or bar.
|
double |
getBorderRadius()
(Highcharts, Highstock, Gantt) The corner radius of the border
surrounding each column or bar.
|
double |
getBorderWidth()
(Highcharts, Highstock, Gantt) The width of the border surrounding each
column or bar.
|
String |
getClassName()
(Highcharts, Highstock, Gantt) An additional class name to apply to the
series' graphical elements.
|
boolean |
getClip()
(Highcharts, Highstock, Gantt) Disable this option to allow series
rendering in the whole plotting area.
|
Unknown |
getColor()
(Highcharts, Highstock, Gantt) 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, Highstock, Gantt) In an X-range series, this option makes
all points of the same Y-axis category the same color.
|
double |
getColorIndex()
(Highcharts, Highstock, Gantt) Styled mode only.
|
String[] |
getColors()
(Highcharts, Highstock, Gantt) A series specific or series type specific
color set to apply instead of the global colors when colorByPoint is
true.
|
String |
getCompare()
(Highstock) Compare the values of the series against the first non-null,
non- zero value in the visible range.
|
PlotXrangeOptions.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.
|
PlotXrangeConnectorsOptions |
getConnectors()
(Gantt) Override Pathfinder connector options for a series.
|
Unknown |
getCursor()
(Highcharts, Highstock, Gantt) 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.
|
PlotXrangeDataGroupingOptions |
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.
|
PlotXrangeDataLabelsOptions |
getDataLabels()
(Highcharts, Highstock, Gantt) Options for the series data labels,
appearing next to each data point.
|
String |
getDescription()
(Highcharts, Highstock, Gantt) Requires the Accessibility module.
|
PlotXrangeDragDropOptions |
getDragDrop()
(Highcharts, Highstock, Gantt) The draggable-points module allows points
to be moved around or modified in the chart.
|
boolean |
getEnableMouseTracking()
(Highcharts, Highstock, Gantt) Enable or disable the mouse tracking for a
specific series.
|
PlotXrangeEventsOptions |
getEvents()
(Highcharts, Highstock, Gantt) General event handlers for the series
items.
|
boolean |
getExposeElementToA11y()
(Highcharts, Highstock, Gantt) By default, series are exposed to screen
readers as regions.
|
boolean |
getGrouping()
(Highcharts, Highstock, Gantt) Whether to group non-stacked columns or to
let them render independent of each other.
|
double |
getGroupPadding()
(Highcharts, Highstock, Gantt) Padding between each value groups, in x
axis units.
|
double |
getGroupZPadding()
(Highcharts) The spacing between columns on the Z Axis in a 3D chart.
|
Unknown |
getJoinBy()
(Highmaps) What property to join the
mapData to the value data. |
String[] |
getKeys()
(Highcharts, Highstock, Gantt) An array specifying which option maps to
which key in the data point array.
|
PlotXrangeLabelOptions |
getLabel()
(Highcharts, Highstock, Gantt) Series labels are placed as close to the
series as possible in a natural way, seeking to avoid other series.
|
String |
getLinkedTo()
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
double |
getMaxPointWidth()
(Highcharts, Highstock, Gantt) The maximum allowed pixel width for a
column, translated to the height of a bar in a bar chart.
|
double |
getMinPointLength()
(Highcharts, Highstock, Gantt) The minimal height for a column or width
for a bar.
|
PlotSeriesOptions |
getNavigatorOptions()
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
PlotXrangePartialFillOptions |
getPartialFill()
(Highcharts, Highstock, Gantt) A partial fill for each point, typically
used to visualize how much of a task is performed.
|
PlotXrangePointOptions |
getPoint()
(Highcharts, Highstock, Gantt) Properties for each single point.
|
PlotXrangeOptions.PointDescriptionFormatter |
getPointDescriptionFormatter()
(Highcharts, Highstock, Gantt) Same as
accessibility.pointDescriptionFormatter, but for an individual series.
|
double |
getPointPadding()
(Highcharts, Highstock, Gantt) Padding between each column or bar, in x
axis units.
|
double |
getPointRange() |
double |
getPointWidth()
(Highcharts, Highstock, Gantt) A pixel value specifying a fixed width for
each column or bar.
|
boolean |
getSelected()
(Highcharts, Highstock, Gantt) Whether to select the series initially.
|
Unknown |
getShadow()
(Highcharts, Highstock, Gantt) Whether to apply a drop shadow to the
graph line.
|
boolean |
getShowCheckbox()
(Highcharts, Highstock, Gantt) If true, a checkbox is displayed next to
the legend item to allow selecting the series.
|
boolean |
getShowInLegend()
(Highcharts, Highstock, Gantt) 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, Highstock, Gantt) If set to
true , the accessibility module
will skip past the points in this series for keyboard navigation. |
PlotXrangeStatesOptions |
getStates()
(Highcharts, Highstock, Gantt) A wrapper object for all the series
options in specific states.
|
boolean |
getStickyTracking()
(Highcharts, Highstock, Gantt) Sticky tracking of mouse events.
|
PlotXrangeTooltipOptions |
getTooltip()
(Highcharts, Highstock, Gantt) A configuration object for the tooltip
rendering of each single series.
|
double |
getTurboThreshold()
(Highcharts, Highstock, Gantt) When a series contains a data array that
is longer than this, only one dimensional arrays of numbers, or two
dimensional arrays with x and y values are allowed.
|
boolean |
getVisible()
(Highcharts, Highstock, Gantt) Set the initial visibility of the series.
|
double |
getZIndex()
(Highmaps) Define the z index of the series.
|
String |
getZoneAxis()
(Highcharts, Highstock) Defines the Axis on which the zones are applied.
|
Array<PlotXrangeZonesOptions> |
getZones()
(Highcharts, Highstock) An array defining zones within a series.
|
void |
setAllAreas(boolean value)
(Highmaps) Whether all areas of the map defined in
mapData should be
rendered. |
void |
setAllowPointSelect(boolean value)
(Highcharts, Highstock, Gantt) 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, Highstock, Gantt) Enable or disable the initial animation
when a series is displayed.
|
void |
setAnimation(boolean value)
(Highcharts, Highstock, Gantt) Enable or disable the initial animation
when a series is displayed.
|
void |
setAnimation(PlotXrangeAnimationOptions value)
(Highcharts, Highstock, Gantt) Enable or disable the initial animation
when a series is displayed.
|
void |
setAnimationLimit(double value)
(Highcharts, Highstock, Gantt) For some series, there is a limit that
shuts down initial animation by default when the total number of points
in the chart is too high.
|
void |
setBorderColor(String value)
(Highcharts, Highstock, Gantt) The color of the border surrounding each
column or bar.
|
void |
setBorderRadius(double value)
(Highcharts, Highstock, Gantt) The corner radius of the border
surrounding each column or bar.
|
void |
setBorderWidth(double value)
(Highcharts, Highstock, Gantt) The width of the border surrounding each
column or bar.
|
void |
setClassName(String value)
(Highcharts, Highstock, Gantt) An additional class name to apply to the
series' graphical elements.
|
void |
setClip(boolean value)
(Highcharts, Highstock, Gantt) Disable this option to allow series
rendering in the whole plotting area.
|
void |
setColor(Any value)
(Highcharts, Highstock, Gantt) The main color of the series.
|
void |
setColor(GradientColorObject value)
(Highcharts, Highstock, Gantt) The main color of the series.
|
void |
setColor(String value)
(Highcharts, Highstock, Gantt) 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, Highstock, Gantt) In an X-range series, this option makes
all points of the same Y-axis category the same color.
|
void |
setColorIndex(double value)
(Highcharts, Highstock, Gantt) Styled mode only.
|
void |
setColors(String[] value)
(Highcharts, Highstock, Gantt) A series specific or series type specific
color set to apply instead of the global colors when colorByPoint is
true.
|
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(PlotXrangeOptions.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(PlotXrangeConnectorsOptions value)
(Gantt) Override Pathfinder connector options for a series.
|
void |
setCursor(CursorType value)
(Highcharts, Highstock, Gantt) 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, Highstock, Gantt) 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(PlotXrangeDataGroupingOptions 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(PlotXrangeDataLabelsOptions value)
(Highcharts, Highstock, Gantt) Options for the series data labels,
appearing next to each data point.
|
void |
setDescription(String value)
(Highcharts, Highstock, Gantt) Requires the Accessibility module.
|
void |
setDragDrop(PlotXrangeDragDropOptions value)
(Highcharts, Highstock, Gantt) The draggable-points module allows points
to be moved around or modified in the chart.
|
void |
setEnableMouseTracking(boolean value)
(Highcharts, Highstock, Gantt) Enable or disable the mouse tracking for a
specific series.
|
void |
setEvents(PlotXrangeEventsOptions value)
(Highcharts, Highstock, Gantt) General event handlers for the series
items.
|
void |
setExposeElementToA11y(boolean value)
(Highcharts, Highstock, Gantt) By default, series are exposed to screen
readers as regions.
|
void |
setGrouping(boolean value)
(Highcharts, Highstock, Gantt) Whether to group non-stacked columns or to
let them render independent of each other.
|
void |
setGroupPadding(double value)
(Highcharts, Highstock, Gantt) Padding between each value groups, in x
axis units.
|
void |
setGroupZPadding(double value)
(Highcharts) The spacing between columns on the Z Axis in a 3D chart.
|
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, Highstock, Gantt) An array specifying which option maps to
which key in the data point array.
|
void |
setLabel(PlotXrangeLabelOptions 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 |
setLinkedTo(String value)
(Highcharts, Highstock, Gantt) The id of another series to link to.
|
void |
setMaxPointWidth(double value)
(Highcharts, Highstock, Gantt) The maximum allowed pixel width for a
column, translated to the height of a bar in a bar chart.
|
void |
setMinPointLength(double value)
(Highcharts, Highstock, Gantt) The minimal height for a column or width
for a bar.
|
void |
setNavigatorOptions(PlotSeriesOptions value)
(Highstock) Options for the corresponding navigator series if
showInNavigator is true for this series. |
void |
setPartialFill(PlotXrangePartialFillOptions value)
(Highcharts, Highstock, Gantt) A partial fill for each point, typically
used to visualize how much of a task is performed.
|
void |
setPoint(PlotXrangePointOptions value)
(Highcharts, Highstock, Gantt) Properties for each single point.
|
void |
setPointDescriptionFormatter(PlotXrangeOptions.PointDescriptionFormatter value)
(Highcharts, Highstock, Gantt) Same as
accessibility.pointDescriptionFormatter, but for an individual series.
|
void |
setPointPadding(double value)
(Highcharts, Highstock, Gantt) Padding between each column or bar, in x
axis units.
|
void |
setPointRange(double value) |
void |
setPointWidth(double value)
(Highcharts, Highstock, Gantt) A pixel value specifying a fixed width for
each column or bar.
|
void |
setSelected(boolean value)
(Highcharts, Highstock, Gantt) Whether to select the series initially.
|
void |
setShadow(boolean value)
(Highcharts, Highstock, Gantt) Whether to apply a drop shadow to the
graph line.
|
void |
setShadow(ShadowOptionsObject value)
(Highcharts, Highstock, Gantt) Whether to apply a drop shadow to the
graph line.
|
void |
setShowCheckbox(boolean value)
(Highcharts, Highstock, Gantt) If true, a checkbox is displayed next to
the legend item to allow selecting the series.
|
void |
setShowInLegend(boolean value)
(Highcharts, Highstock, Gantt) 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, Highstock, Gantt) If set to
true , the accessibility module
will skip past the points in this series for keyboard navigation. |
void |
setStates(PlotXrangeStatesOptions value)
(Highcharts, Highstock, Gantt) A wrapper object for all the series
options in specific states.
|
void |
setStickyTracking(boolean value)
(Highcharts, Highstock, Gantt) Sticky tracking of mouse events.
|
void |
setTooltip(PlotXrangeTooltipOptions value)
(Highcharts, Highstock, Gantt) A configuration object for the tooltip
rendering of each single series.
|
void |
setTurboThreshold(double value)
(Highcharts, Highstock, Gantt) When a series contains a data array that
is longer than this, only one dimensional arrays of numbers, or two
dimensional arrays with x and y values are allowed.
|
void |
setVisible(boolean value)
(Highcharts, Highstock, Gantt) Set the initial visibility of the series.
|
void |
setZIndex(double value)
(Highmaps) Define the z index of the series.
|
void |
setZoneAxis(String value)
(Highcharts, Highstock) Defines the Axis on which the zones are applied.
|
void |
setZones(Array<PlotXrangeZonesOptions> value)
(Highcharts, Highstock) An array defining zones within a 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(PlotXrangeAnimationOptions value)
void setAnimation(AnimationOptionsObject value)
double getAnimationLimit()
animationLimit
to Infinity
.void setAnimationLimit(double value)
animationLimit
to Infinity
.@Nullable String getBorderColor()
.highcharts-point
rule.void setBorderColor(String value)
.highcharts-point
rule.double getBorderRadius()
void setBorderRadius(double value)
double getBorderWidth()
1
when there is room for a border, but to
0
when the columns are so dense that a border would cover the next
column.
In styled mode, the stroke width can be set with the .highcharts-point
rule.void setBorderWidth(double value)
1
when there is room for a border, but to
0
when the columns are so dense that a border would cover the next
column.
In styled mode, the stroke width can be set with the .highcharts-point
rule.@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[] getColors()
void setColors(String[] value)
@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 PlotXrangeOptions.CompareBase getCompareBase()
percent
, this option dictates whether to
use 0 or 100 as the base of comparison.void setCompareBase(PlotXrangeOptions.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 PlotXrangeConnectorsOptions getConnectors()
void setConnectors(PlotXrangeConnectorsOptions value)
@Nullable Unknown getCursor()
void setCursor(CursorType value)
void setCursor(String value)
@Nullable PlotXrangeDataGroupingOptions 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(PlotXrangeDataGroupingOptions 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 PlotXrangeDataLabelsOptions getDataLabels()
.highcharts-data-label-box
and .highcharts-data-label
class names
(see example).void setDataLabels(PlotXrangeDataLabelsOptions value)
.highcharts-data-label-box
and .highcharts-data-label
class names
(see example).@Nullable String getDescription()
void setDescription(String value)
@Nullable PlotXrangeDragDropOptions 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(PlotXrangeDragDropOptions 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 PlotXrangeEventsOptions getEvents()
Highcharts.addEvent
function.void setEvents(PlotXrangeEventsOptions value)
Highcharts.addEvent
function.boolean getExposeElementToA11y()
void setExposeElementToA11y(boolean value)
boolean getGrouping()
void setGrouping(boolean value)
double getGroupPadding()
void setGroupPadding(double value)
double getGroupZPadding()
highcharts-3d.js
.void setGroupZPadding(double value)
highcharts-3d.js
.@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 PlotXrangeLabelOptions getLabel()
graph
or an
area
.
Requires the series-label.js
module.void setLabel(PlotXrangeLabelOptions value)
graph
or an
area
.
Requires the series-label.js
module.@Nullable String getLinkedTo()
void setLinkedTo(String value)
double getMaxPointWidth()
void setMaxPointWidth(double value)
double getMinPointLength()
void setMinPointLength(double 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.@Nullable PlotXrangePartialFillOptions getPartialFill()
void setPartialFill(PlotXrangePartialFillOptions value)
@Nullable PlotXrangePointOptions getPoint()
void setPoint(PlotXrangePointOptions value)
@Nullable PlotXrangeOptions.PointDescriptionFormatter getPointDescriptionFormatter()
void setPointDescriptionFormatter(PlotXrangeOptions.PointDescriptionFormatter value)
double getPointPadding()
void setPointPadding(double value)
double getPointRange()
void setPointRange(double value)
double getPointWidth()
null
, the width is calculated from the
pointPadding
and groupPadding
.void setPointWidth(double value)
null
, the width is calculated from the
pointPadding
and groupPadding
.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.@Nullable Unknown getShadow()
color
, offsetX
, offsetY
, opacity
and width
.void setShadow(ShadowOptionsObject value)
color
, offsetX
, offsetY
, opacity
and width
.void setShadow(boolean value)
color
, offsetX
, offsetY
, opacity
and width
.boolean getShowCheckbox()
selected
option.void setShowCheckbox(boolean value)
selected
option.boolean getShowInLegend()
true
for standalone
series, false
for linked series.void setShowInLegend(boolean value)
true
for standalone
series, false
for linked series.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.@Nullable PlotXrangeStatesOptions getStates()
void setStates(PlotXrangeStatesOptions value)
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.@Nullable PlotXrangeTooltipOptions getTooltip()
void setTooltip(PlotXrangeTooltipOptions value)
double getTurboThreshold()
0
disable.void setTurboThreshold(double value)
0
disable.boolean getVisible()
void setVisible(boolean value)
double getZIndex()
void setZIndex(double value)
@Nullable String getZoneAxis()
void setZoneAxis(String value)
@Nullable Array<PlotXrangeZonesOptions> getZones()
zoneAxis
option. The zone definitions have to be in ascending order
regarding to the value.
In styled mode, the color zones are styled with the
.highcharts-zone-{n}
class, or custom classed from the className
option (view live demo).void setZones(Array<PlotXrangeZonesOptions> value)
zoneAxis
option. The zone definitions have to be in ascending order
regarding to the value.
In styled mode, the color zones are styled with the
.highcharts-zone-{n}
class, or custom classed from the className
option (view live demo).Copyright © 2020. All rights reserved.