Skip to main content
A newer version of this page is available. .

GridDeltaColumn(Measure, Measure) Constructor

Initializes a new instance of the GridDeltaColumn class with the specified measures used to calculate its actual and target values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public GridDeltaColumn(
    Measure actualValue,
    Measure targetValue
)

Parameters

Name Type Description
actualValue Measure

A Measure object specifying a measure that provides data for calculating the actual value. This value is assigned to the GridDeltaColumn.ActualValue property.

targetValue Measure

A Measure object specifying a measure that provides data for calculating the target value. This value is assigned to the GridDeltaColumn.TargetValue property.

See Also