ChartData.Item[ChartDataReference] Property
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| reference | ChartDataReference |
Property Value
| Type |
|---|
| IEnumerable<CellValue> |
See Also
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
public IEnumerable<CellValue> this[ChartDataReference reference] { get; }
Public ReadOnly Property Item(reference As ChartDataReference) As IEnumerable(Of CellValue)
| Name | Type |
|---|---|
| reference | ChartDataReference |
| Type |
|---|
| IEnumerable<CellValue> |