The cluster order in the Dendrogram object.

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

Syntax

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

Field Value

An int[] containing the "Order" attribute value.

See Also