[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ThreeDProperties

ThreeDProperties Class

The ThreeDProperties element defines properties for a 3D chart layout.

Inheritance
ThreeDProperties
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ThreeDProperties

Constructors

Name Description
ThreeDProperties()
<p>Initializes a new instance of the <xref href="GrapeCity.ActiveReports.PageReportModel.ThreeDProperties?text=ThreeDProperties" data-throw-if-not-resolved="false"></xref> class.

Properties

Name Description
Clustered
<p>Gets or sets a value indicating whether the data series are clustered (displayed along distinct rows).
DrawingStyle
<p>Gets or sets the shape of bars or columns to display in the chart.
Enabled
<p>Gets or sets a value indicating whether a chart is displayed in 3D.
Inclination
<p>Gets or sets the angle of inclination.
Perspective
<p>Gets or sets the angle of perspective.
ProjectionMode
<p>Gets or sets the projection mode used for 3D rendering.
Rotation
<p>Gets or sets the angle of rotation.
Shading
<p>Gets or sets the 3D shading type to use.
WallThickness
<p>Gets or sets the thickness percent of the outer walls.

Extension Methods