GridDeltaColumn Constructors
A delta column in a GridDashboardItem.| Name | Parameters | Description |
|---|---|---|
| GridDeltaColumn() | none | Initializes a new instance of the GridDeltaColumn class with default settings. |
| GridDeltaColumn(Measure, Measure) | actualValue, targetValue | Initializes a new instance of the GridDeltaColumn class with the specified measures used to calculate its actual and target values. |
See Also