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

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

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