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

interface XTwoAxisXSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::chart::XAxisXSupplier
       |  
       +--XTwoAxisXSupplier
::com::sun::star::chart::XAxisXSupplier
(referenced interface's summary:)
gives access to the x -axis of a chart.
Description
gives access to both the primary and the secondary x -axis of a chart.
See also
::com::sun::star::chart::XDiagram

Methods' Summary
getSecondaryXAxis  
Methods' Details
getSecondaryXAxis
::com::sun::star::beans::XPropertySet
getSecondaryXAxis();

Returns
the properties of the secondary x -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