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

    Combines the current reference with another reference.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public ChartDataReference Union(
        ChartDataReference other
    )

    Parameters

    Name Type Description
    other ChartDataReference

    A data reference to combine with the current reference, from the same worksheet.

    Returns

    Type Description
    ChartDataReference

    A new reference that contains cells from both references.

    See Also