ILanerSeries

Assembly: Laner;

Description

The ILanerSeries interface contains properties and methods used to work with working area series collection.

Inheritance Hierarchy

          ILanerSerieList

          ILanerSeries

Comments

To work with a separate series, use the ILanerSerie interface.

Properties

  Property name Brief description
HaveUnsavedData The HaveUnsavedData property returns whether the workbook contains any series with the unsaved data.

Methods

  Method name Brief description
AddCalculateSerie The AddCalculateSerie method adds a calculated series.
AddCalculateSerieAsLocal The AddCalculateSerieAsLocal method adds a new data series.
AddCalculateSerieAsSource The AddCalculateSerieAsSource method adds a calculated series based on the specified series.
AddEmptyGroup The AddEmptyGroup method adds an empty group of series.
AddGroupSerie The AddGroupSerie method adds a series group.
Clear The Clear method clears the working area series collection.
Copy The Copy method copies the series set to the clipboard.
CreateMetaAttributeValues The CreateMetaAttributeValues method creates the attribute values collection.
CreateSet The CreateSet method creates an empty set of series.
MoveByKey The MoveByKey method moves the series in the collection by their keys.
MoveTo The MoveTo method moves the series in the collection by their indexes.
Paste The Paste method pastes the series set from the clipboard.
Remove The Remove method removes the series from the collection by its index.
RemoveByKey The RemoveByKey method removes the series from the collection by its key.
RemoveGroupedByKey The RemoveGroupedByKey method removes the series from the collection by its key considering the user groups hierarchy.
RemoveSeries The RemoveSeries method removes the specified series from the workbook.

Properties Inherited from ILanerSerieList

  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.

Properties Inherited from ILanerSerieList

  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:

Laner Assembly Interfaces