Class ExcelTreeMapLabelOption
It represents the Label position in Tree Map chart
Inheritance
System.Object
ExcelTreeMapLabelOption
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelTreeMapLabelOption : Enum
Fields
Banner
The Parent label layout is a Banner above the category
Declaration
public const ExcelTreeMapLabelOption Banner
Field Value
None
No Parent labels are shown
Declaration
public const ExcelTreeMapLabelOption None
Field Value
Overlapping
The Parent label is laid out within the category
Declaration
public const ExcelTreeMapLabelOption Overlapping