ExcelTreeMapLabelOption Enumeration
|
It represents the Label position in Tree Map chart
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelTreeMapLabelOption
Public Enumeration ExcelTreeMapLabelOption
public enum class ExcelTreeMapLabelOption
type ExcelTreeMapLabelOption
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
No Parent labels are shown
|
|
Banner
|
1
|
The Parent label layout is a Banner above the category
|
|
Overlapping
|
2
|
The Parent label is laid out within the category
|
See Also