Click or drag to resize
HeatmapGetHeatmapLabels Method
Returns the value of the "HeatmapLabels" attribute.

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

Return Value

Type: Text
A Text[,] that contains the values of the "HeatmapLabels" attribute.
Remarks

By default, GetHeatmapLabels = null.

See Also