TTagCloudSeries.AddTag
TTagCloudSeries
function AddTag(Const Text: String; Const Value: Double): Integer;
Unit
TeeTagCloud
Description
Adds a new tag to the series.
The Text parameter determines the tag text, and the Value can be any number.
Values are used to change each tag Font size, with bigger values having bigger font sizes.
Texts are stored at XLabel array property.
Values are stored at YValue array property.
See also: Sort method.