LibreOffice
LibreOffice 24.8 SDK API Reference
|
A data series represents the object that has all the knowledge to be rendered as a visual data series. More...
import <XDataSeries.idl;
Public Member Functions | |
::com::sun::star::beans::XPropertySet | getDataPointByIndex ([in] long nIndex) raises ( ::com::sun::star::lang::IndexOutOfBoundsException ) |
void | resetDataPoint ([in] long nIndex) |
the formatting of the specified data point is cleared | |
void | resetAllDataPoints () |
all data point formatting are cleared | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
A data series represents the object that has all the knowledge to be rendered as a visual data series.
::com::sun::star::beans::XPropertySet getDataPointByIndex | ( | [in] long | nIndex | ) | ||
raises | ( | ::com::sun::star::lang::IndexOutOfBoundsException ) |
nIndex | specifies the index of the data point within the series. The first index is 0. |
com::sun::star::lang::IndexOutOfBoundsException | if the index is not valid. |
void resetAllDataPoints | ( | ) |
all data point formatting are cleared
void resetDataPoint | ( | [in] long | nIndex | ) |
the formatting of the specified data point is cleared
nIndex | specifies the index of the data point within the series. The first index is 0. |