ooodev.format.inner.direct.chart2.axis.label.show module

class ooodev.format.inner.direct.chart2.axis.label.show.Show(visible=True)[source]

Bases: StyleBase

Chart Axis Label visibility.

New in version 0.9.4.

__init__(visible=True)[source]

Constructor

Parameters:

visible (bool, optional) – Specifies if the Axis label is visible. Defaults to True.

Return type:

None

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property prop_visible: bool

Gets or Sets if the Axis Label is visible.

Return type:

bool