Sets the value of the "HeatmapLabels" attribute.

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

Syntax

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

Parameters

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

Remarks

The default alignment for Text is TEXT_X_CENTER|TEXT_Y_CENTER.

See Also