Skip to main content
All docs
V25.1
  • ChartContext.GetDashboardItemSeries(ChartDashboardItem, Series) Method

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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