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

(Global Index)

Syntax

interface XTwoAxisYSupplier : com::sun::star::chart::XAxisYSupplier ;

Description

gives access to both the primary and the secondary y-axis of a diagram.

See also

XChartDocument

Method Summary

getSecondaryYAxis

Known Services Which Export this Interface

com::sun::star::chart::ChartTwoAxisYSupplier

Method Details



getSecondaryYAxis

Syntax

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

Returns

the properties of the secondary y -axis of the diagram.

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

See also

ChartAxis
Top of Page