Click or drag to resize

ExcelChartRotation3D Class

Represents the rotation properties for a 3D chart.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelChartRotation3D

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelChartRotation3D

The ExcelChartRotation3D type exposes the following members.

Properties
  NameDescription
Public propertyAutoscale
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.
Public propertyDepthPercentOfBase
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.
Public propertyHeightPercentOfBase
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.
Public propertyPerspective
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.
Public propertyPerspectiveEnabled
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.
Public propertyXRotation
Gets or sets the X axis rotation in degrees as a value between 0 and 360.
Public propertyYRotation
Gets or sets the Y axis rotation in degrees as a value between –90 and 90.
Top
See Also