interface X3DDisplay in module com::sun::star::chart::

(Global Index)

Syntax

interface X3DDisplay : com::sun::star::uno::XInterface ;

Description

gives access to 3D elements of a three-dimensional chart.

See also

Dim3DDiagram

Method Summary

getWall

getFloor

Known Services Which Export this Interface

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

Method Details



getWall

Syntax

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

Syntax

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