HeatmapSetHeatmapLabels Method (Text) |
Sets the value of the "HeatmapLabels" attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetHeatmapLabels(
Text[,] labels
)
Public Overridable Sub SetHeatmapLabels (
labels As Text(,)
)
public:
virtual void SetHeatmapLabels(
array<Text^,2>^ labels
)
abstract SetHeatmapLabels :
labels : Text[,] -> unit
override SetHeatmapLabels :
labels : Text[,] -> unit
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