Skip to main content

SeriesDashboardItem Class

Serves as the base class for dashboard item that have the Series data section.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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.

See Also