Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.