| DashboardObjectAllow3D Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if this chart object supports 3D rendering
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxpublic bool Allow3D { get; }Public ReadOnly Property Allow3D As Boolean
Get
public:
virtual property bool Allow3D {
bool get () sealed;
}Return Value
Type:
BooleanTrue if this chart object supports 3D rendering
See Also