TreeMapLabelOption Enumeration
|
It represents the Label position in Tree Map chart
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TreeMapLabelOption
Public Enumeration TreeMapLabelOption
public enum class TreeMapLabelOption
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