Freigeben über


ChartThreeDProperties-Klasse

Contains the properties for 3-D layout.

Vererbungshierarchie

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

Der ChartThreeDProperties-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft DepthRatio Gets an expression that evaluates to the ratio (in percent) between depth and width.
Öffentliche Eigenschaft Enabled Gets an expression that evaluates to a value that indicates whether a chart is displayed in 3-D.
Öffentliche Eigenschaft GapDepth Gets an expression that evaluates to the percent depth gap between 3-D bars and columns.
Öffentliche Eigenschaft Inclination Gets an expression that evaluates to the inclination angle.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft Perspective Gets an expression that evaluates to the percent of perspective.
Öffentliche Eigenschaft ProjectionMode Gets an expression that evaluates to the projection mode used for the 3-D rendering.
Öffentliche Eigenschaft Rotation Gets an expression that evaluates to the rotation angle.
Öffentliche Eigenschaft Shading Gets an expression that evaluates to the type of 3-D shading.
Öffentliche Eigenschaft WallThickness Gets an expression that evaluates to the percent thickness of outer walls.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace