Reports for WPF
Chart.AggregateEnum 列挙体

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : Chart.AggregateEnum 列挙体
Specifies how data should be aggregated for charting.
シンタックス
'宣言
 
Public Enum Chart.AggregateEnum 
   Inherits System.Enum
public enum Chart.AggregateEnum : System.Enum 
メンバ
メンバ解説
AverageAverage all values for each point.
CountNumber of values for each point.
MaximumGet the maximum value for each point.
MinimumGet the minimum value for each point.
NoneRaw values (no aggregation).
StandardDeviationGets the standard deviation of the values for each point (sample).
StandardDeviationPopGets the standard deviation of the values for each point (population).
SumSum all values for each point.
VarianceGets the variance of the values for each point (sample).
VariancePopGets the variance of the values for each point (population).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.CustomFields.Chart.AggregateEnum

参照

C1.C1Report.CustomFields 名前空間