ScaleAllTags
- Last UpdatedNov 17, 2021
- 1 minute read
The ScaleAllTags method sets the y-axis scale for all tags in the chart.
Syntax
[Result=] aaHistClientTrend.ScaleAllTags(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 tags were successfully scaled; otherwise, returns False.