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

interface XTwoAxisYSupplier
Base Interfaces
XTwoAxisYSupplierXAxisYSupplier

XAxisYSupplier
(referenced interface's summary:)
gives access to the y-axis of a chart.
Description
gives access to both the primary and the secondary y-axis of a diagram.
See also
XChartDocument

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