IVZBaseFormatter

Assembly: Visualizators;

Description

The IVZBaseFormatter interface is used to format visualizer data.

Inheritance Hierarchy

IVZBaseFormatter

Comments

An object of the IVZBaseFormatter type can be obtained in the IVZBaseDataVisualizer.Formatter property.

Properties

  Property name Brief description
NumberFormatter The NumberFormatter property determines visualizer numeric data format.

Methods

  Method name Brief description
Format The Format method replaces each format element in the selected string with a text equivalent of value of corresponding object from selected array.
FormatById The FormatById method replaces each format element in the selected string with a text equivalent of corresponding object's value for selected visualizer element.
FormatByParam The FormatByParam method replaces a format element in the selected string with a text equivalent of the selected object's value.
FormatByParams The FormatByParam method replaces each format element in the specified string with a text equivalent of the appropriate objects' values.

See also:

Visualizators Assembly Interfaces