Skip to main content

ChartContext.GetDashboardItemSeries(ChartDashboardItem, Series) Method

Returns the ChartSeries object that corresponds to the specified control’s Series.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ChartSeries GetDashboardItemSeries(
    ChartDashboardItem dashboardItem,
    Series series
)

Parameters

Name Type Description
dashboardItem ChartDashboardItem

A Chart dashboard item for which you get the chart context.

series Series

A Series object that is a visible series element.

Returns

Type Description
ChartSeries

A ChartSeries object that corresponds to the specified parameters.

See Also