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.v18.2.Core.dll

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