Skip to main content

ChartData.IsRange Property

Gets whether the chart data are obtained from a worksheet cell range.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsRange { get; }

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