VZDataNormalizeAdapter

Description

The VZDataNormalizeAdapter class implements an object used for normalized transformation of data in visualizers.

Properties of Class Object Inherited from IVZDataNormalizeAdapter

  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.

Methods of Class Object Inherited from IVZDataNormalizeAdapter

  Method name Brief description
InitializeFromDataSource

The InitializeFromDataSource method loads data into the converter from the specified source.

Methods of Class Object Inherited from IVZDataAdapter

  Method name Brief description
GetData

The GetData method returns converted data.

See also:

Visualizators Assembly Classes