Skip to main content

PieDashboardItem.Values Property

Gets the collection of measures that provide data used to calculate pie values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public MeasureCollection Values { get; }

Property Value

Type Description
MeasureCollection

A collection of Measure objects that provide data used to calculate pie values.

Remarks

In the DashboardDesigner, the Values collection is shown in the Values section within the DATA ITEMS pane.

See Also