ooodev.format.inner.direct.chart2.axis.positioning.label_position module
- class ooodev.format.inner.direct.chart2.axis.positioning.label_position.LabelPosition(pos=ChartAxisLabelPosition.NEAR_AXIS)[source]
Bases:
StyleBase
Chart Axis Label placement.
See also
New in version 0.9.4.
- __init__(pos=ChartAxisLabelPosition.NEAR_AXIS)[source]
Constructor
- Parameters:
pos (ChartAxisLabelPosition, optional) – Specifies where to place the labels: near axis, near axis (other side), outside start, or outside end. Default is
ChartAxisLabelPosition.NEAR_AXIS
.- Return type:
None
See also
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type:
- property prop_pos: ChartAxisLabelPosition
- Return type:
ChartAxisLabelPosition