The right sons of each merged cluster.

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

Syntax

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

Field Value

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

See Also