ooodev.adapter.chart2.error_bar_comp module
- class ooodev.adapter.chart2.error_bar_comp.ErrorBarComp(lo_inst, component=None)[source]
Bases:
LinePropertiesComp,PropertySetPartial,PropertyChangeImplement,VetoableChangeImplementClass 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
componentis it is not provided.component (ErrorBar, optional) – UNO Chart2 ErrorBar Component.
- Return type:
None
Note
componentis automatically created fromlo_instif it is not provided.
- property component: com.sun.star.chart2.ErrorBar
ErrorBar Component
- Return type:
ErrorBar