IVZMultiplyDataSource

Assembly: 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

AttributesNames

The AttributesNames property determines collection of data source attribute names.

DefaultAttributeId

The DefaultAttributeId property returns default attribute identifier.

ID

The ID property determines identifier of visualizer data source.

ItemsNames

The ItemsNames property determines collection of data source element names.

MaxTimelineIndex

The MaxTimelineIndex property returns maximum dimension capacity.

Title

The Title property determines name for visualizer data source.

Methods

  Method name Brief description

GetAllLevelData

The GetAllLevelData method returns all attribute data for the set level of time line.

GetAllLevelDataDictionary

The GetAllLevelDataDictionary method returns all data of the set attribute for the set level of time line.

GetAllLevelDataEx

The GetAllLevelDataEx method returns all attribute data for the set indicator and time line level.

GetAllObjectData

The GetAllObjectData method returns all data for element and attribute by the entire time line.

GetAttributes

The GetAttributes method returns identifiers of all data source attributes.

GetData

The GetData method returns data of the set dimension element by its index.

GetDataEx

The GetDataEx method returns data of the set dimension element by its index and indicator identifier.

GetMaxValue

The GetMaxValue method returns maximum values of the specified metric by timeline index.

GetMinValue

The GetMinValue method returns minimum value of the specified metric by timeline index.

GetObjects

The GetObjects method returns identifiers of all data source elements.

See also:

Visualizators Assembly Interfaces