Back to Devexpress

SeriesDashboardItem Class

dashboard-devexpress-dot-dashboardcommon-e8eedf50.md

latest2.2 KB
Original Source

SeriesDashboardItem Class

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

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class SeriesDashboardItem :
    DataDashboardItem
vb
Public MustInherit Class SeriesDashboardItem
    Inherits 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

ICustomPropertyProvider

Inheritance

Show 11 items

Object DashboardItem DataDashboardItem SeriesDashboardItem ChartDashboardItemBase

KpiDashboardItem<TKpiElement>

RangeFilterDashboardItem

CardDashboardItem

ChartDashboardItem

GaugeDashboardItem

PieDashboardItem

See Also

SeriesDashboardItem Members

DevExpress.DashboardCommon Namespace