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; ifFalse
Data Series is plotted on the secondary Y axis. Defaults toTrue
.
- 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:
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type:
- property prop_primary_y_axis: bool | None
Gets or sets the primary Y axis.
- Return type:
bool | None