Class DataPointLabelTypeKind

class ooodev.utils.kind.data_point_label_type_kind.DataPointLabelTypeKind(value)[source]

Data Point Label Type Kind

static from_str(s)[source]

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

Returns:

Enum instance.

Return type:

DataPointLabelTypeKind

CATEGORY = 2
NONE = 4
NUMBER = 0
PERCENT = 1
SYMBOL = 3