Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartData.ArrayValue Property

Gets the array of values from the chart data.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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