ooodev.adapter.chart2.data_series_partial module

class ooodev.adapter.chart2.data_series_partial.DataSeriesPartial(component, interface=com.sun.star.chart2.XDataSeries)[source]

Bases: object

Partial class for XDataSeries.

Parameters:
  • component (XDataSeries) –

  • interface (UnoInterface | None) –

__init__(component, interface=com.sun.star.chart2.XDataSeries)[source]

Constructor

Parameters:
  • component (XDataSeries) – UNO Component that implements com.sun.star.chart2.XDataSeries interface.

  • interface (UnoInterface, optional) – The interface to be validated. Defaults to XDataSeries.

Return type:

None

get_data_point_by_index(idx)[source]
Raises:

com.sun.star.lang.IndexOutOfBoundsExceptionIndexOutOfBoundsException

Return type:

XPropertySet

Parameters:

idx (int) –

reset_all_data_points()[source]

all data point formatting are cleared

Return type:

None

reset_data_point(idx)[source]

the formatting of the specified data point is cleared

Return type:

None

Parameters:

idx (int) –