ChartSeriesDataFormat
TreeMapLabelOption Property
|
Gets / Sets the Display 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 TreeMapLabelOption TreeMapLabelOption { get; set; }
Public Property TreeMapLabelOption As TreeMapLabelOption
Get
Set
public:
property TreeMapLabelOption TreeMapLabelOption {
TreeMapLabelOption get ();
void set (TreeMapLabelOption value);
}
member TreeMapLabelOption : TreeMapLabelOption with get, set
Property Value
Type:
TreeMapLabelOption
Remarks
By Default the Label is overlapped
See Also