Assembly: Laner;
The ILanerCalculateSerie interface contains properties and methods that are used to work with a calculated series.
ILanerCalculateSerie
The ILanerCalculateSerie.Transform property that sets series calculation options must be set for a calculated series.
| Property name | Brief description | |
| CreateDerivedSeries | The CreateDerivedSeries property determines whether to add the calculated series (Model Series, Residuals, and so on) as the child ones. | |
| DisplayDataAs | The DisplayDataAs property determines a mode of displaying values for calculated series. | |
| HasDiscrepancies | The HasDiscrepancies property returns whether the calculated data of the series differs from the data stored in database. | |
| Model | The Model property determines the model, to which the series was saved or from which it was restored. | |
| RevisionKey | The RevisionKey property returns the key of the revision, in which the calculated series was created. | |
| ScenarioKey | The ScenarioKey property returns the key of the scenario, which data is contained in the series. | |
| Source | The Source property determines the calculated series source. | |
| SourceStub | The SourceStub property returns the data of the series as of an abstract data source. | |
| Transform | The Transform property returns the object that enables the user to set up calculated series options. | |
| TransformPeriod | The TransformPeriod property returns the options of the calculated series calculation period. | |
| UserFormat | The UserFormat property determines name format for calculated series. | |
| UseTransform | The UseTransform property determines whether to use series calculation options. |
| Property name | Brief description | |
| The CanAddChildren property returns whether child series can be added to the series group. | ||
| The Children property returns the series forming a group. | ||
| The Expanded property determines state of series group. |
| Property name | Brief description | |
| The CalendarDim property returns series calendar. | ||
| The Dependencies property returns the series included into the given series. | ||
| The Dependents property returns series that contain the given series. | ||
| The DisplayParams property returns display parameters of series data. | ||
| The Hidden property determines whether a series is hidden in the workbook. | ||
| The Hint property determines text of the tooltip displayed for a data series. | ||
| The IsChanged property returns whether series data has any changes. | ||
| The Kind property returns a type of series. | ||
| The Laner property returns the time series database workbook that contains the given series. | ||
| The Level property returns calendar frequency of a series. | ||
| The MetaAttributeValueList property returns a collection of series attributes values. | ||
| The ObservationAttributeInValue property determines a name of the observation attribute, values of which are displayed in the workbook table. | ||
| The ObservationValue property determines observation attribute value of a factor in defined calendar point. | ||
| The Parent property returns a group that contains the series. | ||
| The ReadOnly property determines whether a series is read-only. | ||
| The ScenarioDimension property returns scenario dimension of series. | ||
| The SelectedUnit property determines measuring units used to display series data. | ||
| The StrictlyDefined property returns whether all mandatory attributes of the series are defined. | ||
| The Stub property returns source of series data. | ||
| The UserName property determines whether the user defined a name for the time series. | ||
| The Visible property determines whether a series is visible in the workbook. |
| Property name | Brief description | |
| The Id property determines the object identifier. | ||
| The Key property returns the object key. | ||
| The Name property determines the object name. |
| Method name | Brief description | |
| ApplyFormulaOnce | The ApplyFormulaOnce method executes single calculation of a calculated series by specified options. | |
| Calculate | The Calculate method calculates the calculated series. | |
| CreateFactor | The CreateFactor method creates an indicator based on a calculated series. | |
| CreateTemporaryTransform | The CreateTemporaryTransform method creates a temporary object that enables the user to set up calculated series calculation options. | |
| Error | The Error method displays the errors occurred during the series calculation. | |
| IndexOfDerivedType | The IndexOfDerivedType method returns index of the child series of the specified type. | |
| RefreshData | The RefreshData method updates series data. | |
| ReleaseValues | The ReleaseValues method determines the series points display mode, in which the calculated values of the points are displayed in the workbook. | |
| Save | The Save method saves the series and returns the revision containing the changes made. | |
| SaveModel | The SaveModel method saves a calculated series as a model. |
| Method name | Brief description | |
| The MoveToParent method moves the series into the specified group of series. | ||
| The SearchFactor method searches in the time series database for a series that has the same values of the mandatory attributes as the current series. |
See also: