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

interface XAxisZSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XAxisZSupplier
Description
gives access to the z -axis of a chart.
See also
XDiagram

Methods' Summary
getZAxisTitle
getZMainGrid
getZHelpGrid
getZAxis
Methods' Details
getZAxisTitle
::com::sun::star::drawing::XShape
getZAxisTitle();
 
 

Returns
the z -axis title shape.
See also
ChartTitle
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
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
Top of Page