Click or drag to resize
TreemapSetTreemapLabels Method (Text)
Sets the value of the "TreemapLabels" attribute.

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

Parameters

labels
Type: Imsl.Chart2DText
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