Class ChartDiagramKind

class ooodev.calc.chart2.kind.chart_diagram_kind.ChartDiagramKind(value)[source]

Chart Diagram Kind.

static from_str(s)[source]

Gets an ChartDiagramKind instance from string.

Parameters:

s (str) – String that represents the name of an enum Name. s is case insensitive and can be CamelCase, pascal_case , snake_case, hyphen-case, normal case.

Raises:
  • ValueError – If input string is empty.

  • AttributeError – If unable to get ChartDiagramKind instance.

Returns:

Enum instance.

Return type:

ChartDiagramKind

FIRST = 1
UNKNOWN = 0