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

(Global Index)

Syntax

service ChartTwoAxisXSupplier;

Description

a helper service for chart documents which supply primary and secondary x-axes.

Included Services

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

Description

has to be supported by charts providing the cpabilities of a horizontal axis, i.e., an x -axis.


Exported Interfaces

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

Description

offers access to the axis object


Property Summary

HasSecondaryXAxis determines if the secondary x-axis is shown or hidden.

HasSecondaryXAxisDescription determines if the description of the secondary x-axis is shown or hidden.

Property Details



HasSecondaryXAxis

Syntax

boolean HasSecondaryXAxis;

Description

determines if the secondary x-axis is shown or hidden.

See also

ChartAxis

HasSecondaryXAxisDescription

Syntax

boolean HasSecondaryXAxisDescription;

Description

determines if the description of the secondary x-axis is shown or hidden.

Top of Page