FlexPivot for WinForms
WeightField プロパティ (PivotField)

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > PivotField クラス : WeightField プロパティ
Gets or sets the PivotField used as a weight for calculating subtotals on this field.
シンタックス
'宣言
 
Public Property WeightField As PivotField
public PivotField WeightField {get; set;}
解説

If this property is set to null, all values are assumed to have weight one.

This property allows you to calculate weighted averages and totals. For example, if the data contains a 'Quantity' field and a 'Price' field, you could use the 'Price' field as a value field and the 'Quantity' field as a weight. The output would contain a weighted average of the data.

参照

PivotField クラス
PivotField メンバ