Click or drag to resize
TreemapGetTreemapLabels Method
Returns the value of the "TreemapLabels" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Text[] GetTreemapLabels()

Return Value

Type: Text
A Text[] that contains the values of the "TreemapLabels" attribute. If the Labels have not been set, this method retuns null.
See Also