Returns the value of the "TreemapLabels" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Text[] GetTreemapLabels()
Visual Basic (Declaration)
Public Overridable Function GetTreemapLabels As Text()
Visual C++
public:
virtual array<Text^>^ GetTreemapLabels()

Return Value

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

See Also