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.

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

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property prop_pos: ChartAxisLabelPosition
Return type:

ChartAxisLabelPosition