Sets the CategoricalScale for a one-dimensional DataArrayBase.

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

Syntax

Visual Basic (Declaration)
Protected Sub SetScale ( _
	scale As CategoricalScale, _
	extraIndexes As Object() _
)
C#
protected void SetScale (
	CategoricalScale scale,
	Object[] extraIndexes
)
C++
protected:
void SetScale (
	CategoricalScale^ scale, 
	array<Object^>^ extraIndexes
)

Parameters

scale (Extreme.Statistics.CategoricalScale)
The CategoricalScale.
extraIndexes ()
An Object array containing the indexes for additional data elements.

Exceptions

ExceptionCondition
ArgumentNullExceptionscale is nullNothingnullptr.