IVZMultiplyDataSource

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZMultiplyDataSource interface is used to work with multiple data source of visualizer.

Inheritance Hierarchy

          IVZMultiplyDataSource

Comments

To determines parameters of multiple data source, use the IVZDataSourceMapping.DataSource property.

Properties

  Property name Brief description
The AttributesNames property determines collection of data source attribute names.
The DefaultAttributeId property returns default attribute identifier.
The ID property determines identifier of visualizer data source.
The ItemsNames property determines collection of data source element names.
The MaxTimelineIndex property returns maximum dimension capacity.
The Title property determines name for visualizer data source.

Methods

  Method name Brief description
The GetAllLevelData method returns all attribute data for the set level of time line.
The GetAllLevelDataDictionary method returns all data of the set attribute for the set level of time line.
The GetAllLevelDataEx method returns all attribute data for the set factor and time line level.
The GetAllObjectData method returns all data for element and attribute by the entire time line.
The GetAttributes method returns identifiers of all data source attributes.
The GetData method returns data of the set dimension element by its index.
The GetDataEx method returns data of the set dimension element by its index and factor identifier.
The GetObjects method returns identifiers of all data source elements.

See also:

Visualizators Assembly Interfaces