Default label format for the items represented in a ConnectivityMatrix instance. If the format string contains the symbol '{0}' it will be replaced by the items zero-based index.

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

Syntax

C#
public static string DEFAULT_LABEL_FORMAT
Visual Basic (Declaration)
Public Shared DEFAULT_LABEL_FORMAT As String
Visual C++
public:
static String^ DEFAULT_LABEL_FORMAT

See Also