'Declaration
Public Enum EventMetricValueTrend Inherits System.Enum
public enum EventMetricValueTrend : System.Enum
'Declaration
Public Enum EventMetricValueTrend Inherits System.Enum
public enum EventMetricValueTrend : System.Enum
Member | Value | Description |
---|---|---|
Average | 0 | Average all of the values within each sample range to determine the displayed value. |
Count | 4 | The number of values within each sample range. |
RunningAverage | 2 | An average of all values up through the end of the sample range. |
RunningSum | 3 | The sum of all values up through the end of the sample range. |
Sum | 1 | Add all of the values within each sample range to determine the displayed value. |
System.Object
System.ValueType
System.Enum
Loupe.Extensibility.Data.EventMetricValueTrend
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2