DefaultTagFormat
- Last UpdatedNov 17, 2021
- 1 minute read
The DefaultTagFormat property is a read-write property that gets or sets the format of the trend item for presentation to the client.
Syntax
aaHistClientTrend.DefaultTagFormat = integer;
Result = aaHistClientTrend.DefaultTagFormat;
Remarks
Valid values are: 0 = Decimal, 1 = Scientific. The default value is 0. If you use the decimal format, use the DefaultTagPrecision property to specify the number of decimal points. Format changes are not applied to trend items already in the chart at the time the format change is made.
The default value is 0.