34 boolean hasDataByRangeRepresentation( [in]
string aRange );
35 sequence< any > getDataByRangeRepresentation( [in]
string aRange );
36 void setDataByRangeRepresentation( [in]
string aRange, [in] sequence< any > aNewData );
42 void insertSequence( [in]
long nAfterIndex );
43 void deleteSequence( [in]
long nAtIndex );
47 void appendSequence();
49 void insertDataPointForAllSequences( [in]
long nAfterIndex );
50 void deleteDataPointForAllSequences( [in]
long nAtIndex );
51 void swapDataPointWithNextOneForAllSequences( [in]
long nAtIndex );
68 void insertComplexCategoryLevel( [in]
long nLevel );
73 void deleteComplexCategoryLevel( [in]
long nLevel );
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:36
Definition: Ambiguous.idl:20
An internal DataProvider that has more access to data than a plain DataProvider.
Definition: XInternalDataProvider.idl:32
An application that provides data for a chart must implement this interface.
Definition: XDataProvider.idl:34