Gets the CategoricalScale object that specifies the possible values of this CategoricalVariable.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Scale As CategoricalScale
C#
public CategoricalScale Scale { get; }
C++
public:
CategoricalScale^ Scale {
	CategoricalScale^ get ();
}

Value

A CategoricalScale object.