Defines the format of the statistic value.

C# | Visual Basic | Visual C++ |
public enum StatisticValueFormat
Public Enumeration StatisticValueFormat
public enum class StatisticValueFormat

Member | Description |
---|---|
Percentage |
Percentage.
|
Number |
Number.
|
DateTime |
Date and time.
|
Duration |
Duration.
|
Status |
Status.
|