Language
The Free and Open Productivity Suite
:: 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' 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
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.