FormatById(Value: String, ShapeID: String, NoDataText: String): String;
Value. Source string.
ShapeID. Identifier of visualizer element.
NoDataText. Label text if data is unavailable.
The FormatById method replaces each format element in the selected string with a text equivalent of corresponding object value for selected visualizer element.
The following objects (parameters) can be used in the source string for the IVZBubbleTree bubble tree: Name (bubble name), SizeTitle (size indicator name), SizeValue (color indicator value), ColorTitle (color indicator name), ChildsCount (number of bubble children).
The following objects (parameters) can be used in the source string for the IVZTreeMap tree map: Name (bubble name), SizeTitle (size indicator name), SizeValue (size indicator value), HeightTitle (height index 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 children).
The property use is given in the example for IVZBaseFormatter.Format.
See also: