Sets the value of the "HeatmapLabels" attribute.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetHeatmapLabels( string[,] labels ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetHeatmapLabels ( _ labels As String(,) _ ) |
Visual C++ |
---|
public: virtual void SetHeatmapLabels( array<String^,2>^ labels ) |
Parameters
- labels
- Type: array<
System..::.String
,2>[,](,)[,]
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.