Back to Devexpress

MultiDimensionalData.GetDeltas() Method

dashboard-devexpress-dot-dashboardcommon-dot-viewerdata-dot-multidimensionaldata-9e689386.md

latest1.6 KB
Original Source

MultiDimensionalData.GetDeltas() Method

Gets the deltas for the current MultiDimensionalData object.

Namespace : DevExpress.DashboardCommon.ViewerData

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public DeltaDescriptorCollection GetDeltas()
vb
Public Function GetDeltas As DeltaDescriptorCollection

Returns

TypeDescription
DeltaDescriptorCollection

A collection of DeltaDescriptor objects containing the delta metadata.

|

See Also

GetDimensions(String)

GetMeasures()

MultiDimensionalData Class

MultiDimensionalData Members

DevExpress.DashboardCommon.ViewerData Namespace