Skip to main content

TreemapDashboardItem.Arguments Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.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