ChartData.IsRange Property
Gets whether the chart data are obtained from a worksheet cell range.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the chart data are obtained from a worksheet CellRange; otherwise, false. |
Remarks
To create chart data from a cell range, use the ChartData.FromRange method.
See Also