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

PieMapDashboardItem.Values Property

Gets the collection of measures used to provide data for calculating pie values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public MeasureCollection Values { get; }

Property Value

Type Description
MeasureCollection

A collection of Measure objects used to provide data for calculating pie values.

See Also