:: com :: sun :: star :: chart2 ::
|
unpublished |
interface XDataSeries |
|
|
|
- Usage Restrictions
- not published
- Description
- A data series represents the object that has all the knowledge to
be rendered as a visual data series.
|
Methods' Details |
getDataPointByIndex
- Returns
- the element at the specified index.
- Parameter nIndex
- specifies the index of the data point within the series. The first index is 0.
- Throws
- com::sun::star::lang::IndexOutOfBoundException
if the index is not valid.
|
|
resetDataPoint
void |
resetDataPoint( |
[in] long |
nIndex ); |
- Description
- the formatting of the specified data point is cleared
- Parameter nIndex
- specifies the index of the data point within the series. The first index is 0.
|
|
resetAllDataPoints
void |
resetAllDataPoints(); |
- Description
- all data point formattings are cleared
|
|
Top of Page
Copyright © 2011, 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.