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

unpublished interface XAxis
Usage Restrictions
not published
Description
Allows easier access to the different subelements of an axis.
Since
OOo 3.4

Methods' Summary
getAxisTitle  
getMajorGrid  
getMinorGrid  
Methods' Details
getAxisTitle
::com::sun::star::beans::XPropertySet
getAxisTitle();

Returns
the title of the axis. The returned object supports the properties described in service ChartTitle.
getMajorGrid
::com::sun::star::beans::XPropertySet
getMajorGrid();

Returns
the properties of the major grid of the axis. The returned object supports service ChartGrid.
getMinorGrid
::com::sun::star::beans::XPropertySet
getMinorGrid();

Returns
the properties of the minor grid of the axis. The returned object supports service ChartGrid.
Top of Page