ooodev.adapter.chart2.error_bar_comp module
- class ooodev.adapter.chart2.error_bar_comp.ErrorBarComp(lo_inst, component=None)[source]
Bases:
LinePropertiesComp
,PropertySetPartial
,PropertyChangeImplement
,VetoableChangeImplement
Class for managing Chart2 ErrorBar Component.
- Parameters:
lo_inst (LoInst) –
component (XPropertySet | None) –
- __init__(lo_inst, component=None)[source]
Constructor
- Parameters:
lo_inst (LoInst) – Lo Instance. This instance is used to create
component
is it is not provided.component (ErrorBar, optional) – UNO Chart2 ErrorBar Component.
- Return type:
None
Note
component
is automatically created fromlo_inst
if it is not provided.
- property component: com.sun.star.chart2.ErrorBar
ErrorBar Component
- Return type:
ErrorBar