:: 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 © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.