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 Operators

Data plotted on a chart.
Name Description
Equality(ChartData, ChartData) static Compares two ChartData objects for equality.
Implicit(CellValue to ChartData) static Implicitly converts a cell value to chart data.
Implicit(CellValue[] to ChartData) static Implicitly converts an array of cell values to chart data.
Implicit(Boolean to ChartData) static Implicitly converts a Boolean value to chart data.
Implicit(Char to ChartData) static Implicitly converts a Char value to chart data.
Implicit(DateTime to ChartData) static Implicitly converts a DateTime object to chart data.
Implicit(Double to ChartData) static Implicitly converts a Double value to chart data.
Implicit(Int32 to ChartData) static Implicitly converts an Int32 value to chart data.
Implicit(String to ChartData) static Implicitly converts a String value to chart data.
Inequality(ChartData, ChartData) static Compares two ChartData objects to determine whether they are not equal.
See Also