ooodev.adapter.chart2.chart_type_comp module

class ooodev.adapter.chart2.chart_type_comp.ChartTypeComp(component)[source]

Bases: ComponentBase, ChartTypePartial, DataSeriesContainerPartial, PropertyChangeImplement, VetoableChangeImplement

Class for managing Chart2 ChartType Component.

Parameters:

component (ChartType) –

__init__(component)[source]

Constructor

Parameters:

component (ChartType) – UNO Chart2 ChartType Component.

Return type:

None

property component: com.sun.star.chart2.ChartType

ChartType Component

Return type:

ChartType