IVZDataNormalizeAdapter

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZDataNormalizeAdapter interface is used for normalized transformation of data in visualizers.

Inheritance Hierarchy

IVZDataAdapter

IVZDataNormalizeAdapter

Comments

Parameters of normalized data transformer can be obtained in the IVZDataSourceMapping.DataTransformer property after it is cast to the IVZDataNormalizeAdapter type.

Properties

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.

Methods

  Method name Brief description
The InitializeFromDataSource method loads data into the converter from the specified source.

Methods inherited from the IVZDataAdapter Interface

  Method name Brief description
The GetData method returns converted data.

See also:

Visualizators Assembly Interfaces