Assembly: Visualizators;
The IVZDataCoordinateAdapter interface is used for coordinated data transformation.
IVZDataCoordinateAdapter
Parameters of normalized data transformer can be obtained in the IVZDataSourceMapping.DataTransformer property after it is cast to the IVZDataCoordinateAdapter type.
| Property name | Brief description | |
![]() |
IncludeZero | The IncludeZero property determines whether zero value are excluded in transformer. |
![]() |
UseSignDivision | The UseSignDivision property determines whether data is process by unit in transformer. |
| Property name | Brief description | |
![]() |
MaxValue | The MaxValue property determines the upper border of the interval, to which the data is cast. |
![]() |
MinCutValue | The MinCutValue property determines minimum value of the interval. |
![]() |
MinValue | The MinValue property determines the lower border of the interval, to which the data is cast. |
![]() |
NoDataValue | The NoDataValue property determines the value if there is no data. |
![]() |
NormalizeMode | The NormalizeMode property determines data normalization mode. |
| Method name | Brief description | |
![]() |
InitializeFromDataSource | The InitializeFromDataSource method loads data into the converter from the specified source. |
| Method name | Brief description | |
![]() |
GetData | The GetData method returns converted data. |
See also: