C1.WPF.C1Chart Namespace : Aggregate Enumeration |
'Declaration
Public Enum Aggregate Inherits System.Enum
'Usage
Dim instance As Aggregate
public enum Aggregate : System.Enum
Member | Description |
---|---|
Average | Average all values for each point. |
Count | Number of values for each point. |
Maximum | Get the maximum value for each point. |
Minimum | Get the minimum value for each point. |
None | Raw values (no aggregation). |
StandardDeviation | Gets the standard deviation of the values for each point (sample). |
StandardDeviationPop | Gets the standard deviation of the values for each point (population). |
Sum | Sum all values for each point. |
Variance | Gets the variance of the values for each point (sample). |
VariancePop | Gets the variance of the values for each point (population). |
System.Object
System.ValueType
System.Enum
C1.WPF.C1Chart.Aggregate
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