ChartThreeDProperties Class

 

Updated: February 25, 2016

Contains the properties for 3-D layout.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartThreeDProperties

public ref class ChartThreeDProperties sealed 

NameDescription
System_CAPS_pubpropertyClustered

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.

System_CAPS_pubpropertyDepthRatio

Gets an expression that evaluates to the ratio (in percent) between depth and width.

System_CAPS_pubpropertyEnabled

Gets an expression that evaluates to a value that indicates whether a chart is displayed in 3-D.

System_CAPS_pubpropertyGapDepth

Gets an expression that evaluates to the percent depth gap between 3-D bars and columns.

System_CAPS_pubpropertyInclination

Gets an expression that evaluates to the inclination angle.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyPerspective

Gets an expression that evaluates to the percent of perspective.

System_CAPS_pubpropertyProjectionMode

Gets an expression that evaluates to the projection mode used for the 3-D rendering.

System_CAPS_pubpropertyRotation

Gets an expression that evaluates to the rotation angle.

System_CAPS_pubpropertyShading

Gets an expression that evaluates to the type of 3-D shading.

System_CAPS_pubpropertyWallThickness

Gets an expression that evaluates to the percent thickness of outer walls.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: