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

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

Parameters

labels
Type: Imsl.Chart2DText
A Text[,] that specifies the Heatmap labels.
Remarks

The default alignment for Text is TEXT_X_CENTER|TEXT_Y_CENTER.

See Also