Back to Devexpress

ChartData Operators

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

latest3.0 KB
Original Source

ChartData Operators

Data plotted on a chart.

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

ChartData Members

DevExpress.Spreadsheet.Charts Namespace