Visualizators > Visualizators Assembly Classes > VZDataCoordinateAdapter
Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The VZDataCoordinateAdapter class implements an object for coordinated data transformation.
To implement an object for normalized data transformation, use VZDataNormalizeAdapter.
Class to get analog of the VZDataCoordinateAdapter class:
None;
Class to get analog of the VZDataCoordinateAdapter class:
VZDataCoordinateAdapterClass();
Property name | Brief description | |
![]() |
The IncludeZero property determines whether zero value are excluded in transformer. | |
![]() |
The UseSignDivision property determines whether data is process by unit in transformer. |
![]() |
Property name | Brief description |
![]() |
The MaxValue property determines the upper border of the interval, to which the data is cast. | |
![]() |
The MinCutValue property determines minimum value of the interval. | |
![]() |
The MinValue property determines the lower border of the interval, to which the data is cast. | |
![]() |
The NoDataValue property determines the value if there is no data. | |
![]() |
The NormalizeMode property determines data normalization mode. |
Method name | Brief description | |
![]() |
The InitializeFromDataSource method loads data into the converter from the specified source. |
Method name | Brief description | |
![]() |
The GetData method returns converted data. |
See also: