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

interface XAxisZSupplier
Description
gives access to the z-axis of a chart.

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

Returns
the z-axis title shape.
getZMainGrid
::com::sun::star::beans::XPropertySet
getZMainGrid();

Returns
the properties of the main grid (major grid) of the z-axis of the diagram.
getZHelpGrid
::com::sun::star::beans::XPropertySet
getZHelpGrid();

Returns
the properties of the help grid (minor grid) of the z-axis of the diagram.
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.

Top of Page