Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartData Properties

Data plotted on a chart.
Name Description
ArrayValue Gets the array of values from the chart data.
BooleanValue Gets or sets the boolean value of the chart data.
Empty static Returns empty chart data.
ErrorValue Returns an object that provides information on an error contained in a cell.
IsArray Gets whether the chart data is an array of values.
IsBoolean Gets whether the chart data contains a Boolean value.
IsEmpty Gets whether the chart data is empty.
IsError Gets whether the cell contains an error.
IsNumeric Gets whether the chart data is of the numeric type.
IsRange Gets whether the chart data are obtained from a worksheet cell range.
IsText Gets whether the chart data is text.
NumericValue Gets or sets numeric chart data.
RangeValue Gets or sets the worksheet cell range from which the chart data is obtained.
TextValue Gets or sets the text chart data.
See Also