AddMultipleTags
- Last UpdatedNov 17, 2021
- 1 minute read
The AddMultipleTags property is a read-write property that enables or disables the automatic refresh of the trend chart each time a tag is added.
Syntax
aaHistClientTrend.AddMultipleTags = discrete;
Result = aaHistClientTrend.AddMultipleTags;
Remarks
You can set this property to True and then add multiple tags using a script without refreshing the graph. After adding the final tag, set this property back to False. The graph is automatically refreshed and shows all the tags that you added.
The default value is False.