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

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