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

TreemapDashboardItem.Arguments Property

Gets the collection of arguments whose values are used to divide the Treemap into tiles.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DimensionCollection Arguments { get; }

Property Value

Type Description
DimensionCollection

A DimensionCollection object that is the collection of arguments whose values are used to divide the Treemap into tiles.

Remarks

To learn more, see Providing Data.

See Also