how it is possible to customize the color of each bar (line) in the barchart? in Excel i can customize the layout of a barchart (with legends, datatable, and so on). How can i do this here?
In current implementation of DataTableConverter.CreateRow() code is used to create column in case no known column was passed from ExistingValue. Column data type is inferred on first member only. This ...