ValueFormat
- Last UpdatedNov 17, 2021
- 1 minute read
The ValueFormat property is a read-write property that gets or sets the value format of the currently selected tag. The format can be decimal or scientific.
Syntax
aaHistClientTrend.CurrentTrendItem.ValueFormat = integer;
Result = aaHistClientTrend.CurrentTrendItem.ValueFormat;
Remarks
The value 0 specifies decimal format and 1 specifies scientific format. If you use the decimal format, then set the number of decimal places using the DecimalPlaces property.
The default value is 0.