LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XDataSeries Interface Reference

A data series represents the object that has all the knowledge to be rendered as a visual data series. More...

import "XDataSeries.idl";

Inheritance diagram for XDataSeries:
XInterface DataSeries

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
Public Member Functions inherited from XInterface
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.

Detailed Description

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

Member Function Documentation

◆ getDataPointByIndex()

Returns
the element at the specified index.
Parameters
nIndexspecifies the index of the data point within the series. The first index is 0.
Exceptions
com::sun::star::lang::IndexOutOfBoundsExceptionif the index is not valid.

◆ resetAllDataPoints()

void resetAllDataPoints ( )

all data point formatting are cleared

◆ resetDataPoint()

void resetDataPoint ( [in] long nIndex)

the formatting of the specified data point is cleared

Parameters
nIndexspecifies the index of the data point within the series. The first index is 0.

The documentation for this interface was generated from the following file: