ChartData.ArrayValue Property
Gets the array of values from the chart data.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
CellValue[] | An array of CellValue objects. |
Remarks
Use the ChartData.IsArray property to determine whether the chart data is created from an array.
See Also