ooodev.format.inner.direct.chart2.series.data_series.options.plot_simple module
- class ooodev.format.inner.direct.chart2.series.data_series.options.plot_simple.PlotSimple(chart_doc, hidden_cell_values=None)[source]
Bases:
StyleBase
Data Series Plot Simple
..seealso:
- :ref:`help_chart2_format_direct_series_series_options`
- __init__(chart_doc, hidden_cell_values=None)[source]
Constructor
- Parameters:
chart_doc (XChartDocument) – Chart document.
hidden_cell_values (bool, optional) – Specifies if values from hidden cells are to be included. Defaults to
None
.
- 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:
TypeVar
(_TPlotSimple
, bound= PlotSimple)- Parameters:
self (_TPlotSimple) –
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type:
Gets or sets whether hidden cells are included.
- Return type:
bool | None