public class ThreeDOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
Double |
alpha
One of the two rotation angles for the chart.
|
String |
axisLabelPosition
Set it to "auto" to automatically move the labels to the best edge.
|
Double |
beta
One of the two rotation angles for the chart.
|
Double |
depth
The total depth of the chart.
|
Boolean |
enabled
Whether to render the chart using the 3D functionality.
|
Boolean |
fitToPlot
Whether the 3d box should automatically adjust to the chart plot area.
|
ThreeDFrameOptions |
frame_back
Defines the back panel of the frame around 3D charts.
|
ThreeDFrameOptions |
frame_bottom
The bottom of the frame around a 3D chart.
|
ThreeDFrameOptions |
frame_front
The front of the frame around a 3D chart.
|
ThreeDFrameOptions |
frame_left
The left side of the frame around a 3D chart.
|
ThreeDFrameOptions |
frame_right
The right side of the frame around a 3D chart.
|
ThreeDFrameOptions |
frame_side
The side for the frame around a 3D chart.
|
ThreeDFrameOptions |
frame_top
The top of the frame around a 3D chart.
|
Boolean |
frame_visible
Whether the frames are visible.
|
Double |
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.
|
| Constructor and Description |
|---|
ThreeDOptions() |
@Option public String axisLabelPosition
@Option public Boolean enabled
@Option public Boolean fitToPlot
@Option(value="frame.back") public final ThreeDFrameOptions frame_back
@Option(value="frame.bottom") public final ThreeDFrameOptions frame_bottom
@Option(value="frame.front") public final ThreeDFrameOptions frame_front
@Option(value="frame.left") public final ThreeDFrameOptions frame_left
@Option(value="frame.right") public final ThreeDFrameOptions frame_right
@Option(value="frame.side") public final ThreeDFrameOptions frame_side
@Option(value="frame.top") public final ThreeDFrameOptions frame_top
@Option(value="frame.visible") public Boolean frame_visible
Copyright © 2018 Fujion Framework. All rights reserved.