Class ChartTitleKind

class ooodev.calc.chart2.kind.chart_title_kind.ChartTitleKind(value)[source]

Chart Title Kind.

static from_str(s)[source]

Gets an ChartTitleKind 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 ChartTitleKind instance.

Returns:

Enum instance.

Return type:

ChartTitleKind

SUBTITLE = 2
TITLE = 1
UNKNOWN = 0
X2_AXIS_TITLE = 4
X_AXIS_TITLE = 3
Y2_AXIS_TITLE = 6
Y_AXIS_TITLE = 5
Z2_AXIS_TITLE = 8
Z_AXIS_TITLE = 7