SeriesDashboardItem Class
In This Article
Serves as the base class for dashboard item that have the Series data section.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public abstract class SeriesDashboardItem :
DataDashboardItem
#Remarks
The SeriesDashboardItem class provides the SeriesDashboardItem.SeriesDimensions property that holds a collection of dimensions used to supply data for the dashboard item’s series.
#Implements
#Inheritance
See Also