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

TreemapDashboardItem.Values Property

Gets the collection of measures providing numeric values that are used to evaluate the size of Treemap tiles.

Namespace: DevExpress.DashboardCommon

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

Declaration

public MeasureCollection Values { get; }

Property Value

Type Description
MeasureCollection

A MeasureCollection object that is the collection of measures providing numeric values that are used to evaluate the size of Treemap tiles.

Remarks

To learn more, see Providing Data.

See Also