DendrogramSetLabels Method |
Sets up the axis labels for Dendrogram plot.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetLabels(
string[] labels
)
Public Overridable Sub SetLabels (
labels As String()
)
public:
virtual void SetLabels(
array<String^>^ labels
)
abstract SetLabels :
labels : string[] -> unit
override SetLabels :
labels : string[] -> unit
Parameters
- labels
- Type: SystemString
A String[] containing the axis labels.
Remarks
The number of labels must equal the number of items.
This method turns off autoscaling on the axis and sets the
Window attribute depending on the number of points being plotted.
Note that user-defined labels will be re-ordered to match the
order of the clusters displayed in the plot.
See Also