SeriesDashboardItem.SeriesDimensions Property
Gets the collection of dimensions that provide data for series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public DimensionCollection SeriesDimensions { get; }
Public ReadOnly Property SeriesDimensions As DimensionCollection
Property Value
Type | Description |
---|---|
DimensionCollection | A collection of Dimension objects that provide data for series. |
Remarks
Add dimensions to the SeriesDimensions collection to use the associated data to create series.
If you add several dimensions to this collection, series will be created for all combinations of the dimension values.
See Also
Feedback