TreemapDashboardItem.Arguments Property
Gets the collection of arguments whose values are used to divide the Treemap into tiles.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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