Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZBaseFormatter interface is used to format visualizer data.
IVZBaseFormatter
An object of the IVZBaseFormatter type can be obtained in the IVZDataVisualizer.Formatter property.
Method name | Brief description | |
The Format method replaces each format element in the selected string with a text equivalent of value of corresponding object from selected array. | ||
The FormatById method replaces each format element in the selected string with a text equivalent of corresponding object's value for selected visualizer element. | ||
The FormatByParam method replaces a format element in the selected string with a text equivalent of the selected object's value. | ||
The FormatByParam method replaces each format element in the specified string with a text equivalent of the appropriate objects' values. |
See also: