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

ChartDashboardItemBase Class

Serves as the base class for chart dashboard items, such as the ChartDashboardItem and PieDashboardItem.

Namespace: DevExpress.DashboardCommon

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

Declaration

public abstract class ChartDashboardItemBase :
    SeriesDashboardItem,
    IArgumentsDashboardItem

Remarks

The ChartDashboardItemBase class provides the ChartDashboardItemBase.Arguments property that holds a collection of dimensions used to provide data for arguments.

You can also use the ChartDashboardItemBase.InteractivityOptions property to access settings that affect dashboard item interactivity features, such as Master Filtering and drill-down.

ChartDashboardItemBase server as a base class and exposes the following descendants:

See Also