C1.Silverlight.Chart.5 Assembly > C1.Silverlight.Chart Namespace : Aggregate Enumeration |
'Declaration Public Enum Aggregate Inherits System.Enum
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.Silverlight.Chart.Aggregate