Gets the summary value for the specified delta.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public DeltaValue GetDeltaValue(
DeltaDescriptor delta
)
Public Function GetDeltaValue(
delta As DeltaDescriptor
) As DeltaValue
Type | Name | Description |
---|---|---|
DeltaDescriptor | delta | A DeltaDescriptor object containing the delta metadata. |
Type | Description |
---|---|
DeltaValue | A DeltaValue object containing delta element values. |
Use the MultiDimensionalData.GetDeltas method to obtain deltas available in the current MultiDimensionalData object.