Chart for WinRT
Aggregate 列挙体

データをどのように集計してグラフ化するかを指定します。
構文
'宣言
 
Public Enum Aggregate 
   Inherits System.Enum
public enum Aggregate : System.Enum 
メンバ
メンバ解説
Average各ポイントのすべての値の平均を算出します。
Count各ポイントの値の数。
Maximum各ポイントの最大値を取得します。
Minimum各ポイントの最小値を取得します。
None未加工の値(集計なし)。
StandardDeviation各ポイントの(標本)標準偏差を取得します。
StandardDeviationPop各ポイントの(母分散)標準偏差を取得します。
Sum各ポイントのすべての値を合計します。
Variance各ポイントの(標本)分散を取得します。
VariancePop各ポイントの(母分散)分散を取得します。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Chart.Aggregate

Requirements

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

参照

関連項目

C1.Xaml.Chart 名前空間

Send Feedback