@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class Options3d extends AbstractConfigurationObject
highcharts-3d.js
, found in the download package or online at code.highcharts.com/
highcharts-3d.js.Modifier and Type | Field and Description |
---|---|
static String |
AXIS_LABEL_POSITION_AUTO |
Modifier and Type | Method and Description |
---|---|
Number |
getAlpha() |
String |
getAxisLabelPosition() |
Number |
getBeta() |
Number |
getDepth() |
Boolean |
getEnabled() |
Boolean |
getFitToPlot() |
Frame |
getFrame() |
Number |
getViewDistance() |
void |
setAlpha(Number alpha)
One of the two rotation angles for the chart.
|
void |
setAxisLabelPosition(String axisLabelPosition)
Set it to
"auto" to automatically move the labels to the
best edge. |
void |
setBeta(Number beta)
One of the two rotation angles for the chart.
|
void |
setDepth(Number depth)
The total depth of the chart.
|
void |
setEnabled(Boolean enabled)
Wether to render the chart using the 3D functionality.
|
void |
setFitToPlot(Boolean fitToPlot)
Whether the 3d box should automatically adjust to the chart plot area.
|
void |
setFrame(Frame frame)
Provides the option to draw a frame around the charts by defining a
bottom, front and back panel.
|
void |
setViewDistance(Number viewDistance)
Defines the distance the viewer is standing in front of the chart, this
setting is important to calculate the perspective effect in column and
scatter charts.
|
public static final String AXIS_LABEL_POSITION_AUTO
public Options3d()
public Options3d(Boolean enabled)
public Number getAlpha()
setAlpha(Number)
public void setAlpha(Number alpha)
Defaults to: 0
public String getAxisLabelPosition()
setAxisLabelPosition(String)
public void setAxisLabelPosition(String axisLabelPosition)
"auto"
to automatically move the labels to the
best edge.
Defaults to: null
public Number getBeta()
setBeta(Number)
public void setBeta(Number beta)
Defaults to: 0
public Number getDepth()
setDepth(Number)
public void setDepth(Number depth)
Defaults to: 100
public Boolean getEnabled()
setEnabled(Boolean)
public void setEnabled(Boolean enabled)
Defaults to: false
public Boolean getFitToPlot()
setFitToPlot(Boolean)
public void setFitToPlot(Boolean fitToPlot)
Defaults to: true
public Frame getFrame()
setFrame(Frame)
public void setFrame(Frame frame)
public Number getViewDistance()
setViewDistance(Number)
public void setViewDistance(Number viewDistance)
Defaults to: 100
Copyright © 2020. All rights reserved.