Modifier and Type | Interface and Description |
---|---|
static class |
ChartOptions.PanKey |
static class |
ChartOptions.PinchType |
static class |
ChartOptions.ZoomKey |
static class |
ChartOptions.ZoomType |
Modifier and Type | Method and Description |
---|---|
boolean |
getAlignTicks()
(Highcharts, Highstock, Gantt) When using multiple axis, the ticks of two
or more opposite axes will automatically be aligned by adding ticks to
the axis or axes with the least ticks, as if
tickAmount were specified. |
Unknown |
getAnimation()
(Highcharts, Highstock, Highmaps) Set the overall animation for all chart
updating.
|
Unknown |
getBackgroundColor()
(Highcharts, Highstock, Highmaps) The background color or gradient for
the outer chart area.
|
String |
getBorderColor()
(Highcharts, Highstock, Highmaps) The color of the outer chart border.
|
double |
getBorderRadius()
(Highcharts, Highstock, Highmaps) The corner radius of the outer chart
border.
|
double |
getBorderWidth()
(Highcharts, Highstock, Highmaps) The pixel width of the outer chart
border.
|
String |
getClassName()
(Highcharts, Highstock, Highmaps) A CSS class name to apply to the charts
container
div , allowing unique CSS styling for each chart. |
double |
getColorCount()
(Highcharts, Highstock, Highmaps) In styled mode, this sets how many
colors the class names should rotate between.
|
String |
getDefaultSeriesType()
(Highcharts) Alias of
type . |
String |
getDescription()
(Highcharts, Highstock, Highmaps) A text description of the chart.
|
ChartEventsOptions |
getEvents()
(Highcharts, Highstock, Highmaps) Event listeners for the chart.
|
Unknown |
getHeight()
(Highcharts, Highstock, Highmaps) An explicit height for the chart.
|
boolean |
getIgnoreHiddenSeries()
(Highcharts, Highstock, Gantt) If true, the axes will scale to the
remaining visible series once one series is hidden.
|
boolean |
getInverted()
(Highcharts, Highstock, Gantt) Whether to invert the axes so that the x
axis is vertical and y axis is horizontal.
|
Unknown |
getMap()
(Highmaps) Default
mapData for all series. |
Any |
getMapTransforms()
(Highmaps) Set lat/lon transformation definitions for the chart.
|
Unknown |
getMargin()
(Highcharts, Highstock, Highmaps) The margin between the outer edge of
the chart and the plot area.
|
double |
getMarginBottom()
(Highcharts, Highstock, Highmaps) The margin between the bottom outer
edge of the chart and the plot area.
|
double |
getMarginLeft()
(Highcharts, Highstock, Highmaps) The margin between the left outer edge
of the chart and the plot area.
|
double |
getMarginRight()
(Highcharts, Highstock, Highmaps) The margin between the right outer edge
of the chart and the plot area.
|
double |
getMarginTop()
(Highcharts, Highstock, Highmaps) The margin between the top outer edge
of the chart and the plot area.
|
Chart3dOptions |
getOptions3d()
(Highcharts) Options to render charts in 3 dimensions.
|
ChartOptions.PanKey |
getPanKey()
(Highcharts, Gantt) Allows setting a key to switch between zooming and
panning.
|
boolean |
getPanning()
(Highcharts, Highstock, Gantt) Allow panning in a chart.
|
ChartParallelAxesOptions |
getParallelAxes()
(Highcharts) Common options for all yAxes rendered in a parallel
coordinates plot.
|
boolean |
getParallelCoordinates()
(Highcharts) Flag to render charts as a parallel coordinates plot.
|
ChartOptions.PinchType |
getPinchType()
(Highcharts, Highstock, Gantt) Equivalent to zoomType, but for multitouch
gestures only.
|
Unknown |
getPlotBackgroundColor()
(Highcharts, Highstock, Highmaps) The background color or gradient for
the plot area.
|
String |
getPlotBackgroundImage()
(Highcharts, Highstock, Highmaps) The URL for an image to use as the plot
background.
|
String |
getPlotBorderColor()
(Highcharts, Highstock, Highmaps) The color of the inner chart or plot
area border.
|
double |
getPlotBorderWidth()
(Highcharts, Highstock, Highmaps) The pixel width of the plot area
border.
|
Unknown |
getPlotShadow()
(Highcharts, Highstock, Highmaps) Whether to apply a drop shadow to the
plot area.
|
boolean |
getPolar()
(Highcharts) When true, cartesian charts like line, spline, area and
column are transformed into the polar coordinate system.
|
boolean |
getReflow()
(Highcharts, Highstock, Highmaps) Whether to reflow the chart to fit the
width of the container div on resizing the window.
|
Unknown |
getRenderTo()
(Highcharts, Highstock, Highmaps) The HTML element where the chart will
be rendered.
|
ChartResetZoomButtonOptions |
getResetZoomButton()
(Highcharts, Highstock, Highmaps) The button that appears after a
selection zoom, allowing the user to reset zoom.
|
ChartScrollablePlotAreaOptions |
getScrollablePlotArea()
(Highcharts, Gantt) Options for a scrollable plot area.
|
String |
getSelectionMarkerFill()
(Highcharts, Highstock, Highmaps) The background color of the marker
square when selecting (zooming in on) an area of the chart.
|
Unknown |
getShadow()
(Highcharts, Highstock, Highmaps) Whether to apply a drop shadow to the
outer chart area.
|
boolean |
getShowAxes()
(Highcharts, Gantt) Whether to show the axes initially.
|
double[] |
getSpacing()
(Highcharts, Highstock, Highmaps) The distance between the outer edge of
the chart and the content, like title or legend, or axis title and labels
if present.
|
double |
getSpacingBottom()
(Highcharts, Highstock, Highmaps) The space between the bottom edge of
the chart and the content (plot area, axis title and labels, title,
subtitle or legend in top position).
|
double |
getSpacingLeft()
(Highcharts, Highstock, Highmaps) The space between the left edge of the
chart and the content (plot area, axis title and labels, title, subtitle
or legend in top position).
|
double |
getSpacingRight()
(Highcharts, Highstock, Highmaps) The space between the right edge of the
chart and the content (plot area, axis title and labels, title, subtitle
or legend in top position).
|
double |
getSpacingTop()
(Highcharts, Highstock, Highmaps) The space between the top edge of the
chart and the content (plot area, axis title and labels, title, subtitle
or legend in top position).
|
CSSObject |
getStyle()
(Highcharts, Highstock, Highmaps) Additional CSS styles to apply inline
to the container
div . |
String |
getType()
(Highcharts, Highstock, Highmaps) The default series type for the chart.
|
String |
getTypeDescription()
(Highcharts, Highstock, Highmaps) A text description of the chart type.
|
double |
getWidth()
(Highcharts, Highstock, Highmaps) An explicit width for the chart.
|
ChartOptions.ZoomKey |
getZoomKey()
(Highcharts, Highstock, Highmaps) Set a key to hold when dragging to zoom
the chart.
|
ChartOptions.ZoomType |
getZoomType()
(Highcharts, Highstock, Gantt) Decides in what dimensions the user can
zoom by dragging the mouse.
|
void |
setAlignTicks(boolean value)
(Highcharts, Highstock, Gantt) When using multiple axis, the ticks of two
or more opposite axes will automatically be aligned by adding ticks to
the axis or axes with the least ticks, as if
tickAmount were specified. |
void |
setAnimation(AnimationOptionsObject value)
(Highcharts, Highstock, Highmaps) Set the overall animation for all chart
updating.
|
void |
setAnimation(boolean value)
(Highcharts, Highstock, Highmaps) Set the overall animation for all chart
updating.
|
void |
setBackgroundColor(Any value)
(Highcharts, Highstock, Highmaps) The background color or gradient for
the outer chart area.
|
void |
setBackgroundColor(GradientColorObject value)
(Highcharts, Highstock, Highmaps) The background color or gradient for
the outer chart area.
|
void |
setBackgroundColor(String value)
(Highcharts, Highstock, Highmaps) The background color or gradient for
the outer chart area.
|
void |
setBorderColor(String value)
(Highcharts, Highstock, Highmaps) The color of the outer chart border.
|
void |
setBorderRadius(double value)
(Highcharts, Highstock, Highmaps) The corner radius of the outer chart
border.
|
void |
setBorderWidth(double value)
(Highcharts, Highstock, Highmaps) The pixel width of the outer chart
border.
|
void |
setClassName(String value)
(Highcharts, Highstock, Highmaps) A CSS class name to apply to the charts
container
div , allowing unique CSS styling for each chart. |
void |
setColorCount(double value)
(Highcharts, Highstock, Highmaps) In styled mode, this sets how many
colors the class names should rotate between.
|
void |
setDefaultSeriesType(String value)
(Highcharts) Alias of
type . |
void |
setDescription(String value)
(Highcharts, Highstock, Highmaps) A text description of the chart.
|
void |
setEvents(ChartEventsOptions value)
(Highcharts, Highstock, Highmaps) Event listeners for the chart.
|
void |
setHeight(double value)
(Highcharts, Highstock, Highmaps) An explicit height for the chart.
|
void |
setHeight(String value)
(Highcharts, Highstock, Highmaps) An explicit height for the chart.
|
void |
setIgnoreHiddenSeries(boolean value)
(Highcharts, Highstock, Gantt) If true, the axes will scale to the
remaining visible series once one series is hidden.
|
void |
setInverted(boolean value)
(Highcharts, Highstock, Gantt) Whether to invert the axes so that the x
axis is vertical and y axis is horizontal.
|
void |
setMap(Array<Any> value)
(Highmaps) Default
mapData for all series. |
void |
setMap(String value)
(Highmaps) Default
mapData for all series. |
void |
setMapTransforms(Any value)
(Highmaps) Set lat/lon transformation definitions for the chart.
|
void |
setMargin(double value)
(Highcharts, Highstock, Highmaps) The margin between the outer edge of
the chart and the plot area.
|
void |
setMargin(double[] value)
(Highcharts, Highstock, Highmaps) The margin between the outer edge of
the chart and the plot area.
|
void |
setMarginBottom(double value)
(Highcharts, Highstock, Highmaps) The margin between the bottom outer
edge of the chart and the plot area.
|
void |
setMarginLeft(double value)
(Highcharts, Highstock, Highmaps) The margin between the left outer edge
of the chart and the plot area.
|
void |
setMarginRight(double value)
(Highcharts, Highstock, Highmaps) The margin between the right outer edge
of the chart and the plot area.
|
void |
setMarginTop(double value)
(Highcharts, Highstock, Highmaps) The margin between the top outer edge
of the chart and the plot area.
|
void |
setOptions3d(Chart3dOptions value)
(Highcharts) Options to render charts in 3 dimensions.
|
void |
setPanKey(ChartOptions.PanKey value)
(Highcharts, Gantt) Allows setting a key to switch between zooming and
panning.
|
void |
setPanning(boolean value)
(Highcharts, Highstock, Gantt) Allow panning in a chart.
|
void |
setParallelAxes(ChartParallelAxesOptions value)
(Highcharts) Common options for all yAxes rendered in a parallel
coordinates plot.
|
void |
setParallelCoordinates(boolean value)
(Highcharts) Flag to render charts as a parallel coordinates plot.
|
void |
setPinchType(ChartOptions.PinchType value)
(Highcharts, Highstock, Gantt) Equivalent to zoomType, but for multitouch
gestures only.
|
void |
setPlotBackgroundColor(Any value)
(Highcharts, Highstock, Highmaps) The background color or gradient for
the plot area.
|
void |
setPlotBackgroundColor(GradientColorObject value)
(Highcharts, Highstock, Highmaps) The background color or gradient for
the plot area.
|
void |
setPlotBackgroundColor(String value)
(Highcharts, Highstock, Highmaps) The background color or gradient for
the plot area.
|
void |
setPlotBackgroundImage(String value)
(Highcharts, Highstock, Highmaps) The URL for an image to use as the plot
background.
|
void |
setPlotBorderColor(String value)
(Highcharts, Highstock, Highmaps) The color of the inner chart or plot
area border.
|
void |
setPlotBorderWidth(double value)
(Highcharts, Highstock, Highmaps) The pixel width of the plot area
border.
|
void |
setPlotShadow(boolean value)
(Highcharts, Highstock, Highmaps) Whether to apply a drop shadow to the
plot area.
|
void |
setPlotShadow(CSSObject value)
(Highcharts, Highstock, Highmaps) Whether to apply a drop shadow to the
plot area.
|
void |
setPolar(boolean value)
(Highcharts) When true, cartesian charts like line, spline, area and
column are transformed into the polar coordinate system.
|
void |
setReflow(boolean value)
(Highcharts, Highstock, Highmaps) Whether to reflow the chart to fit the
width of the container div on resizing the window.
|
void |
setRenderTo(String value)
(Highcharts, Highstock, Highmaps) The HTML element where the chart will
be rendered.
|
void |
setRenderTo(SVGElement value)
(Highcharts, Highstock, Highmaps) The HTML element where the chart will
be rendered.
|
void |
setResetZoomButton(ChartResetZoomButtonOptions value)
(Highcharts, Highstock, Highmaps) The button that appears after a
selection zoom, allowing the user to reset zoom.
|
void |
setScrollablePlotArea(ChartScrollablePlotAreaOptions value)
(Highcharts, Gantt) Options for a scrollable plot area.
|
void |
setSelectionMarkerFill(String value)
(Highcharts, Highstock, Highmaps) The background color of the marker
square when selecting (zooming in on) an area of the chart.
|
void |
setShadow(boolean value)
(Highcharts, Highstock, Highmaps) Whether to apply a drop shadow to the
outer chart area.
|
void |
setShadow(CSSObject value)
(Highcharts, Highstock, Highmaps) Whether to apply a drop shadow to the
outer chart area.
|
void |
setShowAxes(boolean value)
(Highcharts, Gantt) Whether to show the axes initially.
|
void |
setSpacing(double[] value)
(Highcharts, Highstock, Highmaps) The distance between the outer edge of
the chart and the content, like title or legend, or axis title and labels
if present.
|
void |
setSpacingBottom(double value)
(Highcharts, Highstock, Highmaps) The space between the bottom edge of
the chart and the content (plot area, axis title and labels, title,
subtitle or legend in top position).
|
void |
setSpacingLeft(double value)
(Highcharts, Highstock, Highmaps) The space between the left edge of the
chart and the content (plot area, axis title and labels, title, subtitle
or legend in top position).
|
void |
setSpacingRight(double value)
(Highcharts, Highstock, Highmaps) The space between the right edge of the
chart and the content (plot area, axis title and labels, title, subtitle
or legend in top position).
|
void |
setSpacingTop(double value)
(Highcharts, Highstock, Highmaps) The space between the top edge of the
chart and the content (plot area, axis title and labels, title, subtitle
or legend in top position).
|
void |
setStyle(CSSObject value)
(Highcharts, Highstock, Highmaps) Additional CSS styles to apply inline
to the container
div . |
void |
setType(String value)
(Highcharts, Highstock, Highmaps) The default series type for the chart.
|
void |
setTypeDescription(String value)
(Highcharts, Highstock, Highmaps) A text description of the chart type.
|
void |
setWidth(double value)
(Highcharts, Highstock, Highmaps) An explicit width for the chart.
|
void |
setZoomKey(ChartOptions.ZoomKey value)
(Highcharts, Highstock, Highmaps) Set a key to hold when dragging to zoom
the chart.
|
void |
setZoomType(ChartOptions.ZoomType value)
(Highcharts, Highstock, Gantt) Decides in what dimensions the user can
zoom by dragging the mouse.
|
boolean getAlignTicks()
tickAmount
were specified.
This can be prevented by setting alignTicks
to false. If the grid lines
look messy, it's a good idea to hide them for the secondary axis by
setting gridLineWidth
to 0.
If startOnTick
or endOnTick
in an Axis options are set to false, then
the alignTicks
will be disabled for the Axis.
Disabled for logarithmic axes.void setAlignTicks(boolean value)
tickAmount
were specified.
This can be prevented by setting alignTicks
to false. If the grid lines
look messy, it's a good idea to hide them for the secondary axis by
setting gridLineWidth
to 0.
If startOnTick
or endOnTick
in an Axis options are set to false, then
the alignTicks
will be disabled for the Axis.
Disabled for logarithmic axes.@Nullable Unknown getAnimation()
true
, it will use the 'swing' jQuery easing and a duration of 500
ms. If used as a configuration object, the following properties are
supported:
(see online documentation for example)void setAnimation(boolean value)
true
, it will use the 'swing' jQuery easing and a duration of 500
ms. If used as a configuration object, the following properties are
supported:
(see online documentation for example)void setAnimation(AnimationOptionsObject value)
true
, it will use the 'swing' jQuery easing and a duration of 500
ms. If used as a configuration object, the following properties are
supported:
(see online documentation for example)@Nullable Unknown getBackgroundColor()
void setBackgroundColor(GradientColorObject value)
void setBackgroundColor(String value)
void setBackgroundColor(Any value)
@Nullable String getBorderColor()
void setBorderColor(String value)
double getBorderRadius()
void setBorderRadius(double value)
double getBorderWidth()
void setBorderWidth(double value)
@Nullable String getClassName()
div
, allowing unique CSS styling for each chart.void setClassName(String value)
div
, allowing unique CSS styling for each chart.double getColorCount()
highcharts-color-0
,
highcharts-color-0
[...] highcharts-color-9
. The equivalent in
non-styled mode is to set colors using the colors setting.void setColorCount(double value)
highcharts-color-0
,
highcharts-color-0
[...] highcharts-color-9
. The equivalent in
non-styled mode is to set colors using the colors setting.void setDefaultSeriesType(String value)
type
.@Nullable String getDescription()
void setDescription(String value)
@Nullable ChartEventsOptions getEvents()
void setEvents(ChartEventsOptions value)
@Nullable Unknown getHeight()
'56%'
), the height is given as the percentage of the
actual chart width. This allows for preserving the aspect ratio across
responsive sizes.
By default (when null
) the height is calculated from the offset height
of the containing element, or 400 pixels if the containing element's
height is 0.void setHeight(double value)
'56%'
), the height is given as the percentage of the
actual chart width. This allows for preserving the aspect ratio across
responsive sizes.
By default (when null
) the height is calculated from the offset height
of the containing element, or 400 pixels if the containing element's
height is 0.void setHeight(String value)
'56%'
), the height is given as the percentage of the
actual chart width. This allows for preserving the aspect ratio across
responsive sizes.
By default (when null
) the height is calculated from the offset height
of the containing element, or 400 pixels if the containing element's
height is 0.boolean getIgnoreHiddenSeries()
void setIgnoreHiddenSeries(boolean value)
boolean getInverted()
true
, the x axis is
reversed by default.void setInverted(boolean value)
true
, the x axis is
reversed by default.@Nullable Unknown getMap()
mapData
for all series. If set to a string, it
functions as an index into the Highcharts.maps
array. Otherwise it is
interpreted s map data.void setMap(Array<Any> value)
mapData
for all series. If set to a string, it
functions as an index into the Highcharts.maps
array. Otherwise it is
interpreted s map data.void setMap(String value)
mapData
for all series. If set to a string, it
functions as an index into the Highcharts.maps
array. Otherwise it is
interpreted s map data.@Nullable Any getMapTransforms()
void setMapTransforms(Any value)
@Nullable Unknown getMargin()
marginTop
,
marginRight
, marginBottom
and marginLeft
for shorthand setting of
one option.
By default there is no margin. The actual space is dynamically calculated
from the offset of axis labels, axis title, title, subtitle and legend in
addition to the spacingTop
, spacingRight
, spacingBottom
and
spacingLeft
options.void setMargin(double[] value)
marginTop
,
marginRight
, marginBottom
and marginLeft
for shorthand setting of
one option.
By default there is no margin. The actual space is dynamically calculated
from the offset of axis labels, axis title, title, subtitle and legend in
addition to the spacingTop
, spacingRight
, spacingBottom
and
spacingLeft
options.void setMargin(double value)
marginTop
,
marginRight
, marginBottom
and marginLeft
for shorthand setting of
one option.
By default there is no margin. The actual space is dynamically calculated
from the offset of axis labels, axis title, title, subtitle and legend in
addition to the spacingTop
, spacingRight
, spacingBottom
and
spacingLeft
options.double getMarginBottom()
spacingBottom
.void setMarginBottom(double value)
spacingBottom
.double getMarginLeft()
spacingLeft
.void setMarginLeft(double value)
spacingLeft
.double getMarginRight()
spacingRight
.void setMarginRight(double value)
spacingRight
.double getMarginTop()
spacingTop
.void setMarginTop(double value)
spacingTop
.@Nullable Chart3dOptions getOptions3d()
highcharts-3d.js
, found in the download package or online at
code.highcharts.com/highcharts-3d.js.void setOptions3d(Chart3dOptions value)
highcharts-3d.js
, found in the download package or online at
code.highcharts.com/highcharts-3d.js.@Nullable ChartOptions.PanKey getPanKey()
alt
, ctrl
, meta
(the command key on Mac and
Windows key on Windows) or shift
. The keys are mapped directly to the
key properties of the click event argument (event.altKey
,
event.ctrlKey
, event.metaKey
and event.shiftKey
).void setPanKey(ChartOptions.PanKey value)
alt
, ctrl
, meta
(the command key on Mac and
Windows key on Windows) or shift
. The keys are mapped directly to the
key properties of the click event argument (event.altKey
,
event.ctrlKey
, event.metaKey
and event.shiftKey
).boolean getPanning()
true
(default), panning requires two fingers. To allow panning with one
finger, set followTouchMove
to false
.void setPanning(boolean value)
true
(default), panning requires two fingers. To allow panning with one
finger, set followTouchMove
to false
.@Nullable ChartParallelAxesOptions getParallelAxes()
modules/parallel-coordinates.js
.
The default options are: (see online documentation for example)void setParallelAxes(ChartParallelAxesOptions value)
modules/parallel-coordinates.js
.
The default options are: (see online documentation for example)boolean getParallelCoordinates()
modules/parallel-coordinates.js
.void setParallelCoordinates(boolean value)
modules/parallel-coordinates.js
.@Nullable ChartOptions.PinchType getPinchType()
pinchType
is the same as the zoomType
setting. However, pinching can be enabled separately in some cases, for
example in stock charts where a mouse drag pans the chart, while pinching
is enabled. When tooltip.followTouchMove is true, pinchType only applies
to two-finger touches.void setPinchType(ChartOptions.PinchType value)
pinchType
is the same as the zoomType
setting. However, pinching can be enabled separately in some cases, for
example in stock charts where a mouse drag pans the chart, while pinching
is enabled. When tooltip.followTouchMove is true, pinchType only applies
to two-finger touches.@Nullable Unknown getPlotBackgroundColor()
void setPlotBackgroundColor(GradientColorObject value)
void setPlotBackgroundColor(String value)
void setPlotBackgroundColor(Any value)
@Nullable String getPlotBackgroundImage()
void setPlotBackgroundImage(String value)
@Nullable String getPlotBorderColor()
void setPlotBorderColor(String value)
double getPlotBorderWidth()
void setPlotBorderWidth(double value)
@Nullable Unknown getPlotShadow()
color
, offsetX
, offsetY
, opacity
and width
.void setPlotShadow(boolean value)
color
, offsetX
, offsetY
, opacity
and width
.void setPlotShadow(CSSObject value)
color
, offsetX
, offsetY
, opacity
and width
.boolean getPolar()
highcharts-more.js
.void setPolar(boolean value)
highcharts-more.js
.boolean getReflow()
void setReflow(boolean value)
@Nullable Unknown getRenderTo()
void setRenderTo(SVGElement value)
void setRenderTo(String value)
@Nullable ChartResetZoomButtonOptions getResetZoomButton()
void setResetZoomButton(ChartResetZoomButtonOptions value)
@Nullable ChartScrollablePlotAreaOptions getScrollablePlotArea()
void setScrollablePlotArea(ChartScrollablePlotAreaOptions value)
@Nullable String getSelectionMarkerFill()
void setSelectionMarkerFill(String value)
@Nullable Unknown getShadow()
color
, offsetX
, offsetY
,
opacity
and width
.void setShadow(boolean value)
color
, offsetX
, offsetY
,
opacity
and width
.void setShadow(CSSObject value)
color
, offsetX
, offsetY
,
opacity
and width
.boolean getShowAxes()
void setShowAxes(boolean value)
@Nullable double[] getSpacing()
void setSpacing(double[] value)
double getSpacingBottom()
void setSpacingBottom(double value)
double getSpacingLeft()
void setSpacingLeft(double value)
double getSpacingRight()
void setSpacingRight(double value)
double getSpacingTop()
void setSpacingTop(double value)
@Nullable CSSObject getStyle()
div
. Note that since the default font styles are
applied in the renderer, it is ignorant of the individual chart options
and must be set globally.void setStyle(CSSObject value)
div
. Note that since the default font styles are
applied in the renderer, it is ignorant of the individual chart options
and must be set globally.@Nullable String getType()
type
option in plotOptions and series.void setType(String value)
type
option in plotOptions and series.@Nullable String getTypeDescription()
void setTypeDescription(String value)
double getWidth()
null
) the width is calculated from the offset width of
the containing element.void setWidth(double value)
null
) the width is calculated from the offset width of
the containing element.@Nullable ChartOptions.ZoomKey getZoomKey()
void setZoomKey(ChartOptions.ZoomKey value)
@Nullable ChartOptions.ZoomType getZoomType()
x
, y
or xy
.void setZoomType(ChartOptions.ZoomType value)
x
, y
or xy
.Copyright © 2020. All rights reserved.