FormatByParam(Value: String, param: Variant, DefaultFormat: String): String;
Value. Source string.
param. Object used to insert a text equivalent of its value into the source string.
DefaultFormat. Default data format.
The FormatByParam method replaces a format element in the selected string with a text equivalent of the selected object's value.
The following objects (parameters) can be used for the IVZBubbleTree bubble tree in the source string: Name (bubble name), SizeTitle (size indicator name), SizeValue (size indicator value), ColorTitle (color indicator name), ColorValue (color indicator value), TextTitle (text indicator name), TextValue (text indicator value), ChildsCount (number of bubble's children).
The following objects (parameters) can be used for the IVZTreeMap tree map in the source string: Name (bubble name), SizeTitle (size indicator name), SizeValue (size indicator value), HeightTitle (height indicator name), HeightValue (height indicator value), ColorTitle (color indicator name), ColorValue (color indicator value), TextTitle (text indicator name), TextValue (text indicator value), ChildsCount (number of bubble's children).
The property use is given in the example for IVZBaseFormatter.Format.
See also: