Changing TDBChart to row-series order
Posted: Mon Feb 04, 2008 10:39 pm
Is there any way to change the series order in a TDBChart from column-order to row-order? For instance in Excel, you can choose whether you want to graph selected data in column-order (one series for each column) or row-order (one series for each selected row). Right now, live data can be bound to a TDBChart, but only if the data is presented in column-order. A row-order chart must be created in code and therefore isn't 'live' (can't reflect real-time data). A 'live' row-order chart would have one series with a data source set to 'Single record' for each record of data in the underlying data set. If there is no function to do that today, please consider adding something like a FlipSeriesOrder() function or SeriesOrderType property that would implement that ability.