IVZDataSourceMapping

Assembly: Visualizators;

Description

The IVZDataSourceMapping interface is used to set up data mapping from the source.

Inheritance Hierarchy

          IVZBaseDataSourceMapping

          IVZDataSourceMapping

Comments

Mapping settings of source data can be obtained from the following properties:

Properties

  Property name Brief description

AttributerId

The AttributeId property determines identifier of the dimension, according to which data from the data source is selected.

Data

The Data property returns the value of selected element.

DataSource

The DataSource property determines data source.

DataTransformer

The DataTransformer property determines data transformer.

MappingType

The MappingType property determines a type of data transformation.

Scale

The Scale property determines the mapping scale for source data.

Title

The Title property determines name of the selected dimension selection in the specified metric.

Value

The Value property determines the value corresponding to all visualizer elements.

Properties inherited from IVZBaseDataSourceMapping

  Property name Brief description

Index

The Index property determines index, according to which data from each dimension is to be obtained.

Methods inherited from IVZBaseDataSourceMapping

  Method name Brief description

Setup

The Setup method initializes the scale used to display data.

See also:

Visualizators Assembly Interfaces