Gets an array containing the levels of this CategoricalScale.

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

Syntax

Visual Basic (Declaration)
Public Function GetLevels As Object()
C#
public Object[] GetLevels ()
C++
public:
array<Object^>^ GetLevels ()

Return Value

An Object array containing the levels in the factor.

Remarks

This method creates a new copy every time it is called.