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

unpublished interface XAxisSupplier
Usage Restrictions
not published
Description
Easier access to the different axes within a chart.
Since
OOo 3.4

Methods' Summary
getAxis  
getSecondaryAxis  
Methods' Details
getAxis
XAxis
getAxis( [in] long  nDimensionIndex );

Returns
the primary axis of the specified dimension. The returned object supports service ChartAxis.
Parameter nDimensionIndex
Parameter nDimensionIndex says wether it is a x, y or z-axis (0 for x).
getSecondaryAxis
XAxis
getSecondaryAxis( [in] long  nDimensionIndex );

Returns
the secondary axis of the specified dimension. The returned object supports service ChartAxis.
Parameter nDimensionIndex
Parameter nDimensionIndex says wether it is a x, y or z-axis (0 for x).
Top of Page