ChartDashboardItemBase.Arguments Property
In This Article
Gets the collection of dimensions used to provide data for arguments in charts and pies.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DimensionCollection Arguments { get; }
#Property Value
Type | Description |
---|---|
Dimension |
A collection of Dimension objects used to provide data for arguments in charts and pies. |
#Remarks
Add dimensions to the Arguments collection to use the associated data to create arguments.
If you add several dimensions to this collection, arguments will be created for all combinations of the dimension values.
See Also