Skip to main content
All docs
V26.1
  • ChartDataReference.Exclude(ChartDataReference) Method

    Excludes cells from the current reference.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartDataReference Exclude(
        ChartDataReference other
    )

    Parameters

    Name Type Description
    other ChartDataReference

    Cells to exclude.

    Returns

    Type Description
    ChartDataReference

    A new reference with excluded cells, or null if no cells remain.

    See Also