CurrentTagFormat
- Last UpdatedNov 17, 2021
- 1 minute read
The CurrentTagFormat property is a read-write property that is used to control how the values for the selected tag appear, either in decimal format or scientific format.
Syntax
aaHistClientTrend.CurrentTagFormat = integer;
Result = aaHistClientTrend.CurrentTagFormat;
Remarks
0 = Decimal; 1 = Scientific. If you use the decimal format, set the number of decimal places using the CurrentTagPrecision property.
The default value is 0.