<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapField Class / WeightField Property

In This Topic
    WeightField Property (C1OlapField)
    In This Topic
    Gets or sets the C1OlapField used as a weight for calculating subtotals on this field.
    Syntax
    'Declaration
     
    Public Property WeightField As C1OlapField
    public C1OlapField WeightField {get; set;}
    Remarks

    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.

    See Also