Sets the value of the "TreemapLabels" attribute.

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

Syntax

C#
public virtual void SetTreemapLabels(
	Text[] labels
)
Visual Basic (Declaration)
Public Overridable Sub SetTreemapLabels ( _
	labels As Text() _
)
Visual C++
public:
virtual void SetTreemapLabels(
	array<Text^>^ labels
)

Parameters

labels
Type: array< Imsl.Chart2D..::.Text >[]()[]
A Text[] that specifies the Treemap labels.

Remarks

The default alignment for Text is TEXT_X_CENTER|TEXT_Y_CENTER.

Befault: No labels are drawn.

See Also