Winnovative Excel Library

ExcelChartRotation3D Class

Winnovative Excel Library Documentation
Represents the rotation properties for a 3D chart.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelChartRotation3D

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference