ChartData.RangeValue Property
Gets or sets the worksheet cell range from which the chart data is obtained.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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