Back to Devexpress

ChartData Properties

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

latest2.3 KB
Original Source

ChartData Properties

Data plotted on a chart.

NameDescription
ArrayValueGets the array of values from the chart data.
BooleanValueGets or sets the boolean value of the chart data.
Empty staticReturns empty chart data.
ErrorValueReturns an object that provides information on an error contained in a cell.
IsArrayGets whether the chart data is an array of values.
IsBooleanGets whether the chart data contains a Boolean value.
IsEmptyGets whether the chart data is empty.
IsErrorGets whether the cell contains an error.
IsNumericGets whether the chart data is of the numeric type.
IsRangeGets whether the chart data are obtained from a worksheet cell range.
IsTextGets whether the chart data is text.
NumericValueGets or sets numeric chart data.
RangeValueGets or sets the worksheet cell range from which the chart data is obtained.
TextValueGets or sets the text chart data.

See Also

ChartData Class

ChartData Members

DevExpress.Spreadsheet.Charts Namespace