service Dim3DDiagram in module com::sun::star::chart::

(Global Index)

Syntax

service Dim3DDiagram;

Description

is a service for diagrams that support the capability to render themselves as three-dimensional diagrams as well as two-dimensional ones.

Exported Interfaces

com::sun::star::chart::X3DDisplay

Description

gives access to the properties of the wall and floor objects of the three-dimensional cuboid that contains the actual diagram.


Property Summary

Dim3D If set to true , the chart becomes a three-dimensional chart. Otherwise it is two-dimensional.

Property Details



Dim3D

Syntax

boolean Dim3D;

Description

If set to true , the chart becomes a three-dimensional chart. Otherwise it is two-dimensional.

Top of Page