ChartThreeDProperties Class

Contains the properties for 3-D layout.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartThreeDProperties

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartThreeDProperties
'Usage
Dim instance As ChartThreeDProperties
public sealed class ChartThreeDProperties
public ref class ChartThreeDProperties sealed
[<SealedAttribute>]
type ChartThreeDProperties =  class end
public final class ChartThreeDProperties

The ChartThreeDProperties type exposes the following members.

Properties

  Name Description
Public property Clustered Gets an expression that evaluates to a value that indicates whether data series are clustered (displayed along distinct rows). Only applies to bar and column chart types.
Public property DepthRatio Gets an expression that evaluates to the ratio (in percent) between depth and width.
Public property Enabled Gets an expression that evaluates to a value that indicates whether a chart is displayed in 3-D.
Public property GapDepth Gets an expression that evaluates to the percent depth gap between 3-D bars and columns.
Public property Inclination Gets an expression that evaluates to the inclination angle.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Perspective Gets an expression that evaluates to the percent of perspective.
Public property ProjectionMode Gets an expression that evaluates to the projection mode used for the 3-D rendering.
Public property Rotation Gets an expression that evaluates to the rotation angle.
Public property Shading Gets an expression that evaluates to the type of 3-D shading.
Public property WallThickness Gets an expression that evaluates to the percent thickness of outer walls.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.