Skip to main content

ChartData.ArrayValue Property

Gets the array of values from the chart data.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellValue[] ArrayValue { get; }

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