LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef com_sun_star_chart2_data_XDataSequence_idl
20 #define com_sun_star_chart2_data_XDataSequence_idl
sequence< any > getData()
retrieves the data stored in this component.
allows access to a one-dimensional sequence of data.
Definition: XDataSequence.idl:44
string getSourceRangeRepresentation()
returns the (UI) range representation string used by this XDataSequence.
sequence< string > generateLabel([in] com::sun::star::chart2::data::LabelOrigin eLabelOrigin)
creates a label that describes the origin of this data sequence.
LabelOrigin
is used to specify how the labels have to be created.
Definition: LabelOrigin.idl:32
long getNumberFormatKeyByIndex([in] long nIndex)
returns a number format key for the value at the given index in the data sequence.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35