Class ChartDiagramKind
- class ooodev.calc.chart2.kind.chart_diagram_kind.ChartDiagramKind(value)[source]
Chart Diagram Kind.
- static from_str(s)[source]
Gets an
ChartDiagramKindinstance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
sis case insensitive and can beCamelCase,pascal_case,snake_case,hyphen-case,normal case.- Raises:
ValueError – If input string is empty.
AttributeError – If unable to get
ChartDiagramKindinstance.
- Returns:
Enum instance.
- Return type:
- FIRST = 1
- UNKNOWN = 0