ChartData.Item[ChartDataReference] Property
Returns cells that belong to the specified data reference.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reference | ChartDataReference | A cell reference, range, or union of ranges. |
Property Value
| Type | Description |
|---|---|
| IEnumerable<CellValue> | A sequence of CellValue objects in row-major order. |
See Also