The cluster coordinates in the Dendrogram object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[][] Coordinates { get; set; }
Visual Basic (Declaration)
Public Overridable Property Coordinates As Double()()
Visual C++
public:
virtual property array<array<double>^>^ Coordinates {
	array<array<double>^>^ get ();
	void set (array<array<double>^>^ value);
}

Field Value

An doube[][] containing the "Coordinates" attribute value.

See Also