Assembly: Visualizators;
The IVZMultiplyDataSource interface is used to work with multiple data source of visualizer.
IVZMultiplyDataSource
To determines parameters of multiple data source, use the IVZDataSourceMapping.DataSource property.
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. |
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 indicator 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 indicator identifier. | ||
The GetMaxValue method returns maximum values of the specified metric by timeline index. | ||
The GetMinValue method returns minimum value of the specified metric by timeline index. | ||
The GetObjects method returns identifiers of all data source elements. |
See also: