Gets and sets the labels for the rows/columns of the connectivity matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public IList<string> Labels { get; set; }
Visual Basic (Declaration)
Public Property Labels As IList(Of String)
Visual C++
public:
property IList<String^>^ Labels {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}

See Also