Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZDataSourceMapping interface is used to set up data mapping from the source.
IVZDataSourceMapping
Mapping settings of source data can be obtained from the following properties:
IVZDataVisual.DataMapping;
| Property name | Brief description | |
| The AttributeId property determines identifier of the dimension, according to which data from the data source is selected. | ||
| The Data property returns the value of selected element. | ||
| The DataSource property determines data source. | ||
| The DataTransformer property determines data transformer. | ||
| The MappingType property determines a type of data transformation. | ||
| The Scale property determines the mapping scale for source data. | ||
| The Value property determines the value corresponding to all visualizer elements. |
| Property name | Brief description | |
| The Index property determines index, according to which data from each dimension is to be obtained. |
| Method name | Brief description | |
| The Setup method initializes the scale used to display data. |
See also: