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

MultiDimensionalData.GetDeltaValue(DeltaDescriptor) Method

Gets the summary value for the specified delta.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public DeltaValue GetDeltaValue(
    DeltaDescriptor delta
)

Parameters

Name Type Description
delta DeltaDescriptor

A DeltaDescriptor object containing the delta metadata.

Returns

Type Description
DeltaValue

A DeltaValue object containing delta element values.

Remarks

Use the MultiDimensionalData.GetDeltas method to obtain deltas available in the current MultiDimensionalData object.

See Also