Returns the value of the "HeatmapLabels" attribute.

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

Syntax

C#
public virtual Text[,] GetHeatmapLabels()
Visual Basic (Declaration)
Public Overridable Function GetHeatmapLabels As Text(,)
Visual C++
public:
virtual array<Text^,2>^ GetHeatmapLabels()

Return Value

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

Remarks

By default, GetHeatmapLabels = null.

See Also