Class ChartAxisKind
- class ooodev.calc.chart2.kind.chart_axis_kind.ChartAxisKind(value)[source]
An enumeration.
- static from_str(s)[source]
Gets an
ChartAxisKind
instance from string.- Parameters:
s (str) – String that represents the name of an enum Name.
- Raises:
ValueError – If input string is empty.
AttributeError – If unable to get
ChartAxisKind
instance.
- Returns:
Enum instance.
- Return type:
- X = 3
- X2 = 4
- Y = 5
- Y2 = 6
- Z = 7
- Z2 = 8