ILanerSeries.AddSourceSerie

Syntax

AddSourceSerie(Factor: IRubricatorFactor; [RevisionKey: Integer = -1]): ILanerSourceSerie;

Parameters

Factor. Data source for the series.

RevisionKey. The key of the revision, which data needs to be displayed. Optional parameter. The actual data is displayed by default.

Description

The AddSourceSerie method adds the series data from a source.

Comments

The method is outdated, use ILanerSeries.AddCalculateSerieAsSource.

If the time series database is a non-version one, the value of the RevisionKey parameter is ignored. The version is returned with the IRubricator.KeepHistory property.

See also:

ILanerSeries