Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' Summary

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

Properties' Details

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

Top of Page