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

interface XTwoAxisYSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::chart::XAxisYSupplier
       |  
       +--XTwoAxisYSupplier
::com::sun::star::chart::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
::com::sun::star::chart::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
::com::sun::star::chart::ChartAxis
Top of Page