ChartExPositionAlignment Enumeration
|
It represent side position alignment of a chart element
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartExPositionAlignment
Public Enumeration ChartExPositionAlignment
public enum class ChartExPositionAlignment
type ChartExPositionAlignment
Members
|
Member name
|
Value
|
Description
|
|
min
|
16
|
The chart element is positioned at the top of the side
|
|
max
|
32
|
The chart element is positioned at the bottom of the side
|
|
ctr
|
64
|
The chart element is positioned at the center of the side
|
See Also