Assembly: Laner;
The ILanerSeries interface contains properties and methods used to work with working area series collection.
ILanerSeries
To work with a separate series, use the ILanerSerie interface.
Property name | Brief description | |
HaveUnsavedData | The HaveUnsavedData property returns whether the workbook contains any series with the unsaved data. |
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. |
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 | |
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: