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

ChartData.RangeValue Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public Range RangeValue { get; set; }

Property Value

Type Description
Range

A Range 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