Hi folks!
I have placed a Chart component on one of my App's forms and added 2 series to the chart. Up to this point evrything works right. The problem comes when I add a third series, more exactly a TeeFunction which uses the previously added series as data sources and performs an addition of pairs of values to display 'partial' totals at every data point on the x axis. The problem is that this total bars are not shown on the chart along with the other two series. I've found a solution which basically consists of using the AddingValues function but i am not getting quite content with this.
What i'm missing to make the TeeAddFunction work and display in a more conventional way?
Thanks for your time and help!
I have placed a Chart component on one of my App's forms and added 2 series to the chart. Up to this point evrything works right. The problem comes when I add a third series, more exactly a TeeFunction which uses the previously added series as data sources and performs an addition of pairs of values to display 'partial' totals at every data point on the x axis. The problem is that this total bars are not shown on the chart along with the other two series. I've found a solution which basically consists of using the AddingValues function but i am not getting quite content with this.
What i'm missing to make the TeeAddFunction work and display in a more conventional way?
Thanks for your time and help!