XlsChartSerieDataFormat
TreeMapLabelOption Property
|
Gets / Sets the Display label position in Tree map chart
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelTreeMapLabelOption TreeMapLabelOption { get; set; }
Public Property TreeMapLabelOption As ExcelTreeMapLabelOption
Get
Set
public:
property ExcelTreeMapLabelOption TreeMapLabelOption {
ExcelTreeMapLabelOption get ();
void set (ExcelTreeMapLabelOption value);
}
member TreeMapLabelOption : ExcelTreeMapLabelOption with get, set
Property Value
Type:
ExcelTreeMapLabelOption
Remarks
By Default the Label is overlapped
See Also