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
DataPointLabelTypeKindinstance 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
DataPointLabelTypeKindinstance.
- Returns:
Enum instance.
- Return type:
- CATEGORY = 2
- NONE = 4
- NUMBER = 0
- PERCENT = 1
- SYMBOL = 3