Back to Devexpress

ChartData Members

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

latest10.2 KB
Original Source

ChartData Members

Data plotted on a chart.

Constructors

NameDescription
ChartData()Initializes a new instance of the ChartData class with the default settings.

Fields

NameDescription
ErrorDivisionByZero staticReturns the ChartData object specifying the #DIV/0! error value of a cell.
ErrorInvalidValueInFunction staticReturns the ChartData object specifying the #VALUE! error value of a cell.
ErrorName staticReturns the ChartData object specifying the #NAME? error value of a cell.
ErrorNullIntersection staticReturns the ChartData object specifying the #NULL! error value of a cell.
ErrorNumber staticReturns the ChartData object specifying the #NUM! error value of a cell.
ErrorReference staticReturns the ChartData object specifying the #REF! error value of a cell.
ErrorValueNotAvailable staticReturns the ChartData object specifying the #N/A error value of a cell.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether two objects are equal.
FromArray(CellValue[]) staticConverts an array of values to chart data.
FromDateTime(DateTime, Boolean) staticConverts the DateTime object to chart data using the specified date system.
FromRange(CellRange) staticConverts cell values to chart data for cells in the specified range.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current ChartData object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string representation of the chart data.
ToString(IFormatProvider)Returns a string representation of the chart data.

Operators

NameDescription
Equality(ChartData, ChartData) staticCompares two ChartData objects for equality.
Implicit(CellValue to ChartData) staticImplicitly converts a cell value to chart data.
Implicit(CellValue[] to ChartData) staticImplicitly converts an array of cell values to chart data.
Implicit(Boolean to ChartData) staticImplicitly converts a Boolean value to chart data.
Implicit(Char to ChartData) staticImplicitly converts a Char value to chart data.
Implicit(DateTime to ChartData) staticImplicitly converts a DateTime object to chart data.
Implicit(Double to ChartData) staticImplicitly converts a Double value to chart data.
Implicit(Int32 to ChartData) staticImplicitly converts an Int32 value to chart data.
Implicit(String to ChartData) staticImplicitly converts a String value to chart data.
Inequality(ChartData, ChartData) staticCompares two ChartData objects to determine whether they are not equal.

See Also

ChartData Class

DevExpress.Spreadsheet.Charts Namespace