Click or drag to resize

CategoricalVariableCategories Property

Exposes the list of categories in the CategoricalVariable.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public IReadOnlyList<Category> Categories { get; }

Property Value

Type: IReadOnlyListCategory
The read only list of categories.
See Also