Skip to main content
A newer version of this page is available. .

ChartData.Implicit Operator

Name Parameters Description
Implicit(CellValue to ChartData) static value Implicitly converts a cell value to chart data.
Implicit(CellValue[] to ChartData) static values Implicitly converts an array of cell values to chart data.
Implicit(Boolean to ChartData) static value Implicitly converts a Boolean value to chart data.
Implicit(Char to ChartData) static value Implicitly converts a Char value to chart data.
Implicit(DateTime to ChartData) static value Implicitly converts a DateTime object to chart data.
Implicit(Double to ChartData) static value Implicitly converts a Double value to chart data.
Implicit(Int32 to ChartData) static value Implicitly converts an Int32 value to chart data.
Implicit(String to ChartData) static value Implicitly converts a String value to chart data.