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

interface XNumericalDataSequence
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XDataSequence
       |  
       +--XNumericalDataSequence
XDataSequence
(referenced interface's summary:)
allows acces to a one-dimensional sequence of data.
Usage Restrictions
not published
Description
allows acces to a one-dimensional sequence of double precision floating-point numbers.

Methods' Summary
getNumericalData retrieves data as double values.  
Methods' Details
getNumericalData
sequence< double >
getNumericalData();

Description
retrieves data as double values.
Top of Page