service ChartAxisZSupplier in module com::sun::star::chart::

(Global Index)

Syntax

service ChartAxisZSupplier;

Description

A helper service for chart documents which supply a z-axis.

Exported Interfaces

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

Description

offers access to the axis object, the title, and the grids


Property Summary

HasZAxis Determines if the z-axis is shown or hidden.

HasZAxisDescription Determines if the description of the z-axis is shown or hidden.

HasZAxisGrid Determines if the major grid of the z-axis is shown or hidden.

HasZAxisHelpGrid Determines if the minor grid of the z-axis is shown or hidden.

HasZAxisTitle Determines if the title of the z-axis is shown or hidden.

Property Details



HasZAxis

Syntax

boolean HasZAxis;

Description

Determines if the z-axis is shown or hidden.

See also

ChartAxis

HasZAxisDescription

Syntax

boolean HasZAxisDescription;

Description

Determines if the description of the z-axis is shown or hidden.


HasZAxisGrid

Syntax

boolean HasZAxisGrid;

Description

Determines if the major grid of the z-axis is shown or hidden.

See also

ChartGrid

HasZAxisHelpGrid

Syntax

boolean HasZAxisHelpGrid;

Description

Determines if the minor grid of the z-axis is shown or hidden.

See also

ChartGrid

HasZAxisTitle

Syntax

boolean HasZAxisTitle;

Description

Determines if the title of the z-axis is shown or hidden.

See also

ChartTitle
Top of Page