HeatmapGetHeatmapLabels Method |
Returns the value of the "HeatmapLabels" attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Text[,] GetHeatmapLabels()
Public Overridable Function GetHeatmapLabels As Text(,)
public:
virtual array<Text^,2>^ GetHeatmapLabels()
abstract GetHeatmapLabels : unit -> Text[,]
override GetHeatmapLabels : unit -> Text[,]
Return Value
Type:
Text
A
Text[,] that contains the values of the "HeatmapLabels"
attribute.
Remarks
By default, GetHeatmapLabels = null.
See Also