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

ChartData.IsRange Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

public bool IsRange { get; }

Property Value

Type Description
Boolean

true, if the chart data are obtained from a worksheet Range; otherwise, false.

Remarks

To create chart data from a cell range, use the ChartData.FromRange method.

See Also