DataLabelPositionType Enumeration
|
Represents Data label placement.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum DataLabelPositionType
Public Enumeration DataLabelPositionType
public enum class DataLabelPositionType
type DataLabelPositionType
Members
|
Member name
|
Value
|
Description
|
|
Automatic
|
0
|
Represents default position.
|
|
Outside
|
1
|
Represents the Outside data label placement option.
|
|
Inside
|
2
|
Represents the Inside data label placement option.
|
|
Center
|
3
|
Represents the Center data label placement option.
|
|
OutsideBase
|
4
|
Represents the OutsideBase data label placement option.
|
|
Above
|
5
|
Represents the Above data label placement option.
|
|
Below
|
6
|
Represents the Below data label placement option.
|
|
Left
|
7
|
Represents the Left data label placement option.
|
|
Right
|
8
|
Represents the Right data label placement option.
|
|
BestFit
|
9
|
Represents the BestFit data label placement option.
|
|
Moved
|
10
|
Represents the Moved data label placement option.
|
See Also