LegendPositionType Enumeration
|
Legend placement for charts.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum LegendPositionType
Public Enumeration LegendPositionType
public enum class LegendPositionType
Members
|
Member name
|
Value
|
Description
|
|
Bottom
|
0
|
Represents the bottom option.
|
|
Corner
|
1
|
Represents the Corner option.
|
|
Top
|
2
|
Represents the Top option.
|
|
Right
|
3
|
Represents the Right option.
|
|
Left
|
4
|
Represents the Left option.
|
|
NotDocked
|
7
|
Represents the Not Docked option.
|
See Also