Represents the rotation properties for a 3D chart.
Inheritance Hierarchy
Winnovative.ExcelLibExcelChartRotation3D
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
The ExcelChartRotation3D type exposes the following members.
Properties
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.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also