Skip to main content
A newer version of this page is available. .

SeriesDashboardItem Class

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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