I have my teechart data series using a data pipeline as my source. The table that I have as my datasource has 60 rows of data but I only want to graph based on 3 of those rows. The data for the other 57 rows is 0 for the columns that I am graphing on. The graph that I want (based on 3 rows) would show 6 large bars ( 2 columns x 3 rows ) but since the series has 57 unused and unseen rows, the 6 bars are very thin. How can I limit the data from the data source to just 3 rows?
The following images show the result I want (6 large bars) versus what I am getting (6 thin bars).