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

(Global Index)

Syntax

service ChartTwoAxisYSupplier;

Description

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

Included Services

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

Description

A helper service for the y-axis.


Exported Interfaces

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

Description

offers access to the axis object


Property Summary

HasSecondaryYAxis determines if the secondary y-axis is shown or hidden.

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

Property Details



HasSecondaryYAxis

Syntax

boolean HasSecondaryYAxis;

Description

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

See also

ChartAxis

HasSecondaryYAxisDescription

Syntax

boolean HasSecondaryYAxisDescription;

Description

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

Top of Page