The ChartThreeDProperties type exposes the following members.

Constructors

  Name Description
Public method ChartThreeDProperties
Initializes a new instance of the ChartThreeDProperties class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ChartThreeDProperties to the current object.

Properties

  Name Description
Public property Clustered
Gets or sets a value that determines whether data series are clustered (displayed along distinct rows). Only applies to bar and column chart types.

Default: False.

Public property DepthRatio
Gets or sets the ratio (in percent) between depth and width.

Default: 100.

Public property Enabled
Gets or sets a value indicating whether the chart is displayed in 3D.

Default: False (i.e. 2D).

Public property GapDepth
Gets or sets the depth gap between 3D bars and columns, in percent.

Default: 100.

Public property Inclination
Gets or sets the inclination angle.

Default: 30.

Public property Perspective
Gets or sets the percent of perspective. Applies only if perspective projection is used (i.e. when ProjectionMode is Perspective).

Default: 0.

Public property ProjectionMode
Gets or sets the projection mode used for the 3D rendering.

Default: Oblique.

Public property Rotation
Gets or sets the rotation angle.

Default: 30.

Public property Shading
Gets or sets the type of 3D shading.

Default: Real.

Public property WallThickness
Gets or sets the thickness of outer walls, in percent.

Default: 7.

See Also