Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTwoAxisYSupplier

Base Interface
com::sun::star::chart::XAxisYSupplier

Description
gives access to both the primary and the secondary y-axis of a diagram.
See also
XChartDocument


Known Services which Export this Interface

com::sun::star::chart::ChartTwoAxisYSupplier a helper service for chart documents which supply primary and secondary y-axes.

Methods' Summary

getSecondaryYAxis

Methods' Details

getSecondaryYAxis
 
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