DendrogramLevels Property |
Specifies the levels at which the clusters are joined.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] Levels { get; set; }
Public Overridable Property Levels As Double()
Get
Set
public:
virtual property array<double>^ Levels {
array<double>^ get ();
void set (array<double>^ value);
}
abstract Levels : float[] with get, set
override Levels : float[] with get, set
Property Value
Type:
Double
A
double[] containing the "Levels" attribute value.
See Also