ChartContext.GetDashboardItemSeries(ChartDashboardItem, Series) Method
Returns the ChartSeries object that corresponds to the specified control’s Series.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ChartSeries GetDashboardItemSeries(
ChartDashboardItem dashboardItem,
Series series
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
Chart |
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 |
---|---|
Chart |
A Chart |