Back to Devexpress

ChartData.RangeValue Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartdata.md

latest1.3 KB
Original Source

ChartData.RangeValue Property

Gets or sets the worksheet cell range from which the chart data is obtained.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellRange RangeValue { get; set; }
vb
Public Property RangeValue As CellRange

Property Value

TypeDescription
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

ChartData Class

ChartData Members

DevExpress.Spreadsheet.Charts Namespace