ooodev.format.inner.direct.chart2.series.data_series.options.align_series module

class ooodev.format.inner.direct.chart2.series.data_series.options.align_series.AlignSeries(chart_doc, primary_y_axis=True)[source]

Bases: StyleBase

Chart Data Series Align

__init__(chart_doc, primary_y_axis=True)[source]

Constructor

Parameters:
  • chart_doc (XChartDocument) – Chart document.

  • primary_y_axis (bool, optional) – If True Data Series is plotted on the primary Y axis; if False Data Series is plotted on the secondary Y axis. Defaults to True.

Return type:

None

apply(obj: Any)[source]
apply(obj: Any, **kwargs)
apply(obj, **kwargs)

Applies styles to object

Parameters:

obj (object) – UNO Object that styles are to be applied.

Return type:

None

copy()[source]
copy(**kwargs)
copy(**kwargs)

Gets a copy of instance as a new instance

Return type:

AlignSeries

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property prop_primary_y_axis: bool | None

Gets or sets the primary Y axis.

Return type:

bool | None