Gets the number of row/column labels.

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

Syntax

C#
public int NumberOfLabels { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfLabels As Integer
Visual C++
public:
property int NumberOfLabels {
	int get ();
}

See Also