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

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

interface XAxisZSupplier

Base Interface
com::sun::star::uno::XInterface

Description
gives access to the z -axis of a chart.
See also
XDiagram


Known Services which Export this Interface

com::sun::star::chart::ChartAxisZSupplier A helper service for chart documents which supply a z-axis.

Methods' Summary

getZAxisTitle
getZAxis
getZMainGrid
getZHelpGrid

Methods' Details

getZAxisTitle
 
com::sun::star::drawing::XShape
getZAxisTitle();
Returns
the z -axis title shape.
See also
ChartTitle
getZAxis
 
com::sun::star::beans::XPropertySet
getZAxis();
Returns
the properties of the z -axis of the diagram.

The returned property set contains scaling properties as well as formatting properties.

See also
ChartAxis
getZMainGrid
 
com::sun::star::beans::XPropertySet
getZMainGrid();
Returns
the properties of the main grid (major grid) of the z -axis of the diagram.
See also
ChartGrid
getZHelpGrid
 
com::sun::star::beans::XPropertySet
getZHelpGrid();
Returns
the properties of the help grid (minor grid) of the z -axis of the diagram.
See also
ChartGrid

Top of Page