Assembly: Laner;
The ILanerSeriesSet interface contains properties and methods that are used to work with a series set.
ILanerSeriesSet
A series set enables the user to speed up operation execution. For example, it is available to copy a series set instead of copying each series.
| Property name | Brief description | |
| The Count property returns the number of series in collection. | ||
| The Item property returns the series from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a series to the set. | |
| Clear | The Clear method removes all the series from the set. | |
| LoadFromStream | The LoadFromStream method loads the series set from the stream. | |
| Remove | The Remove method removes the specified series from the set. | |
| SaveToStream | The SaveToStream method saves the series set to the stream. |
| Method name | Brief description | |
| The FindById method searches the series in the collection by its identifier. | ||
| The FindByKey method searches the series in the collection by its key. |
See also: