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

(Global Index)

Syntax

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

Description

gives access to the z -axis of a chart.

See also

XDiagram

Method Summary

getZAxisTitle

getZAxis

getZMainGrid

getZHelpGrid

Known Services Which Export this Interface

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

Method Details



getZAxisTitle

Syntax

com::sun::star::drawing::XShape getZAxisTitle ();

Returns

the z -axis title shape.

See also

ChartTitle

getZAxis

Syntax

com::sun::star::beans::XPropertySet getZAxis ();

Returns

the properties of the z -axis of the diagram.

The returned property set contains scaling properties as well as formatting properties.

See also

ChartAxis

getZMainGrid

Syntax

com::sun::star::beans::XPropertySet getZMainGrid ();

Returns

the properties of the main grid (major grid) of the z -axis of the diagram.

See also

ChartGrid

getZHelpGrid

Syntax

com::sun::star::beans::XPropertySet getZHelpGrid ();

Returns

the properties of the help grid (minor grid) of the z -axis of the diagram.

See also

ChartGrid
Top of Page