Methods' Details |
hasDataByRangeRepresentation
boolean |
hasDataByRangeRepresentation( |
[in] string |
aRange ); |
|
|
getDataByRangeRepresentation
sequence< any > |
getDataByRangeRepresentation( |
[in] string |
aRange ); |
|
|
setDataByRangeRepresentation
void |
setDataByRangeRepresentation( |
[in] string |
aRange, |
| [in] sequence< any > |
aNewData ); |
|
|
insertSequence
void |
insertSequence( |
[in] long |
nAfterIndex ); |
- Parameter Note
- that -1 is allowed as the sequence is inserted
after the given index. So to insert a sequence as the
new first sequence (index 0), you would pass -1 here.
|
|
deleteSequence
void |
deleteSequence( |
[in] long |
nAtIndex ); |
|
|
appendSequence
- Description
- same as insertSequence with nAfterIndex being the largest
current index of the data, i.e. (size - 1)
|
|
insertDataPointForAllSequences
void |
insertDataPointForAllSequences( |
[in] long |
nAfterIndex ); |
|
|
deleteDataPointForAllSequences
void |
deleteDataPointForAllSequences( |
[in] long |
nAtIndex ); |
|
|
swapDataPointWithNextOneForAllSequences
void |
swapDataPointWithNextOneForAllSequences( |
[in] long |
nAtIndex ); |
|
|
registerDataSequenceForChanges
void |
registerDataSequenceForChanges( |
[in] ::com::sun::star::chart2::data::XDataSequence |
xSeq ); |
- Description
- If range representations of data sequences change due to
internal structural changes, they must be registered at the
data provider.
Sequences that are directly retrieved via the methods of
the XDataProvider interface are already registered. If a
labeled data sequence was created by cloning an existing one,
it has to be explicitly registered via this method.
|
|
Copyright © 2010 Sun Microsystems, Inc.