ExcelChartRotation3D Class |
Namespace: ExpertXls.ExcelLib
The ExcelChartRotation3D type exposes the following members.
Name | Description | |
---|---|---|
Autoscale |
Gets or sets a flag indicating if the height percentage of the chart can be set independently of depth percentage.
When this flag is true the height percentage is automatically calculated function of the depth percentage.
| |
DepthPercentOfBase |
Gets or sets a value between 0 and 2000 representing the percentage of the depth of the 3D chart compared
against the length of the bottom of the chart on X axis. Depth of 100 percent means the chart will be
as deep as it is wide. A 200 percent means the chart will be twice as deep as it is wide.
| |
HeightPercentOfBase |
Gets or sets a value between 5 and 500 representing the percentage of the height of the chart compared
against the length of the bottom of the chart on X axis. Height of 100 percent means the chart will be
as high as it is wide. A 200 percent means the chart will be twice as high as it is wide. HeightPercentOfBase
has effect only when Autoscale property is false.
| |
Perspective |
Gets or sets a value between 0 and 100 describing the depth appearance of the chart.
The smallest value 0 is identical to having a parallel camera, and the largest value 100
produces the most exaggerated perspective, similar to what is produced with a wide-angle camera.
This property has effect only if the PerspectiveEnabled property is true.
| |
PerspectiveEnabled |
Gets or sets a flag indicating if the 3D perspective is enabled for the chart.
If the property is false, the chart axes will be in right angle and the perspective effect is disabled.
| |
XRotation |
Gets or sets the X axis rotation in degrees as a value between 0 and 360.
| |
YRotation |
Gets or sets the Y axis rotation in degrees as a value between –90 and 90.
|