ChartData.RangeValue Property
In This Article
Gets or sets the worksheet cell range from which the chart data is obtained.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Cell |
A Cell |
#Remarks
Use the ChartData.IsRange property to determine whether the chart data is created from the worksheet range.
See Also