Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface X3DDisplay

Base Interface
com::sun::star::uno::XInterface

Description
gives access to 3D elements of a three-dimensional chart.
See also
Dim3DDiagram


Known Services which Export this Interface

com::sun::star::chart::Dim3DDiagram is a service for diagrams that support the capability to render themselves as three-dimensional diagrams as well as two-dimensional ones.

Methods' Summary

getWall
getFloor

Methods' Details

getWall
 
com::sun::star::beans::XPropertySet
getWall();
Returns
the properties of the diagram wall(s).

This specifies the properties of the two side walls of the chart scene.

Note that this property is also valid for two-dimensional diagrams. There the properties returned here affect the background rectangle of the diagram.

See also
ChartArea
getFloor
 
com::sun::star::beans::XPropertySet
getFloor();
Returns
the properties of the floor.

This is only valid for three-dimensional diagrams.

See also
ChartArea

Top of Page