Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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