Class DataPointLabelPlacementKind
- class ooodev.utils.kind.data_point_label_placement_kind.DataPointLabelPlacementKind(value)[source]
Data Point Label Placement Kind
- static from_str(s)[source]
Gets an
DataPointLabelPlacementKind
instance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
s
is 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
DataPointLabelPlacementKind
instance.
- Returns:
Enum instance.
- Return type:
- ABOVE = 0
- BELOW = 6
- CENTER = 1
- LEFT = 4
- RIGHT = 8