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

interface XTwoAxisYSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XAxisYSupplier
    |
    +-XTwoAxisYSupplier
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