ScaleTag
- Last UpdatedNov 17, 2021
- 1 minute read
The ScaleTag method sets the y-axis scale for the currently selected tag.
Syntax
[Result=] aaHistClientTrend.ScaleTag(real min, real max);
Parameters
min
The minimum value for the value (y-axis) scale.
max
The maximum value for the value (y-axis) scale.
Return Value
Returns True if the tag was successfully scaled; otherwise, returns False.