TreemapSetTreemapLabels Method (String) |
Sets the value of the "TreemapLabels" attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetTreemapLabels(
string[] labels
)
Public Overridable Sub SetTreemapLabels (
labels As String()
)
public:
virtual void SetTreemapLabels(
array<String^>^ labels
)
abstract SetTreemapLabels :
labels : string[] -> unit
override SetTreemapLabels :
labels : string[] -> unit
Parameters
- labels
- Type: SystemString
A String[] used to create a Text[] that specifies
the Treemap labels.
Remarks
Each Text object is created from the corresponding label
value with TEXT_X_CENTER|TEXT_Y_CENTER alignment.
Default: No labels are drawn.
See Also