ISlSeriesInt

Assembly: Stat;

Description

The ISlSeriesInt interface is used to work with parameters of the categorical data series collection.

Inheritance Hierarchy

          ISlSeriesInt

Comments

Categorical series is a data set, which elements cannot be ordered and the distance between them cannot be found. For example, what usually people eat for breakfast from the sampling: sandwich, oatmeal, eggs, etc. It is impossible to order or to find distance between array elements.

To work with parameters of a categorical data series, use properties of the ISlSerieInt interface.

Properties

  Property name Brief description
Count The Count property returns the number of categorical data series in the collection.
Item The Item property returns parameters of a categorical data series by its index.

Methods

  Method name Brief description
Add The Add method adds a categorical data series to the collection.
Clear The Clear method clears the categorical data series collection.
Remove The Remove method removes a categorical data series from the collection by its index.

See also:

Stat Assembly Interfaces