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
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