ooodev.format.inner.partial.chart2.axis.positioning.chart2_axis_pos_axis_line_partial module
- class ooodev.format.inner.partial.chart2.axis.positioning.chart2_axis_pos_axis_line_partial.Chart2AxisPosAxisLinePartial(factory_name, component, lo_inst=None)[source]
Bases:
object
Partial class for Chart Axis Position Axis Line.
- Parameters:
factory_name (str) –
component (Any) –
lo_inst (LoInst | None) –
- __init__(factory_name, component, lo_inst=None)[source]
- Parameters:
factory_name (str) –
component (Any) –
lo_inst (LoInst | None) –
- Return type:
None
- style_axis_pos_axis_line(cross=None, value=<object object>)[source]
Style Area Color.
- Parameters:
cross (ChartAxisPosition, optional) – The position where the axis crosses the other axis.
value (float, None, optional) – The value where the axis crosses the other axis.
- Raises:
CancelEventError – If the event
before_style_axis_pos_axis_line
is cancelled and not handled.- Returns:
Axis Line instance or
None
if cancelled.- Return type:
AxisLineT | None
Hint
ChartAxisPosition
can be imported fromooo.dyn.chart.chart_axis_position