ActiveReports Developer 7
ThreeDProperties Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Chart Class : ThreeDProperties Property

Glossary Item Box

Gets or sets the properties for a 3D chart layout.

Syntax

Visual Basic (Declaration) 
Public Property ThreeDProperties As ThreeDProperties
C# 
public ThreeDProperties ThreeDProperties {get; set;}

Property Value

A ThreeDProperties object representing the properties for a 3D layout.

See Also