:: com :: sun :: star :: chart2 ::

unpublished interface XDataSeries
Description
A data series represents the object that has all the knowledge to be rendered as a visual data series.

Methods' Summary
getDataPointByIndex  
Methods' Details
getDataPointByIndex
::com::sun::star::beans::XPropertySet
getDataPointByIndex( [in] long  nIndex )
raises( ::com::sun::star::lang::IndexOutOfBoundsException );

Returns
the element at the specified index.
Parameter Index
specifies the position in the array. The first index is 0.
Throws
com::sun::star::lang::IndexOutOfBoundException if the index is not valid.
Top of Page