Skip to main content

ChartData.RangeValue Property

Gets or sets the worksheet cell range from which the chart data is obtained.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellRange RangeValue { get; set; }

Property Value

Type Description
CellRange

A CellRange that is the worksheet cell range containing data.

Remarks

Use the ChartData.IsRange property to determine whether the chart data is created from the worksheet range.

See Also