IMSL C# Numerical Library

Heatmap.SetHeatmapLabels Method (String[,])

Sets the value of the "HeatmapLabels" attribute.

public virtual void SetHeatmapLabels(
   string[,] labels
);

Parameters

labels
A string[,] used to create a Text[,] that specifies the Heatmap labels.

Remarks

Each Text object is created from the corresponding label value with TEXT_X_CENTER|TEXT_Y_CENTER alignment.

See Also

Heatmap Class | Imsl.Chart2D Namespace | Heatmap.SetHeatmapLabels Overload List | Text | TEXT_X_CENTER | TEXT_Y_CENTER