LabelPositionType Enum
LabelPositionType Enum
Represents data label position type.
type LabelPositionType int32
Fields
Field | Description |
---|---|
Center | Applies only to bar, 2d/3d pie charts |
InsideBase | Applies only to bar, 2d/3d pie charts |
InsideEnd | Applies only to bar charts |
OutsideEnd | Applies only to bar, 2d/3d pie charts |
Above | Applies only to line charts |
Below | Applies only to line charts |
Left | Applies only to line charts |
Right | Applies only to line charts |
BestFit | Applies only to 2d/3d pie charts |
Moved | User moved the data labels, Only for reading chart from template file. |