ChartThreeDProperties Members
Include Protected Members
Include Inherited Members
Contains the properties for 3D layout.
The ChartThreeDProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ChartThreeDProperties() | Creates a new instance of the ChartThreeDProperties class. |
![]() |
ChartThreeDProperties(IPropertyStore) | Creates a new instance of the ChartThreeDProperties class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
Clustered | Determines if data series are clustered (displayed along distinct rows). Only applies to bar and column chart types. |
![]() |
DepthRatio | Ratio (in percent)between depth and width |
![]() |
Enabled | Indicates whether a chart is displayed in 3D. |
![]() |
GapDepth | Percent depth gap between 3D bars and columns |
![]() |
Inclination | Inclination angle. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
Perspective | Represents the percent of perspective. |
![]() |
ProjectionMode | The projection mode used for the 3D rendering. |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
Rotation | Rotation angle. |
![]() |
Shading | Type of 3D shading. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
WallThickness | Percent thickness of outer walls. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top