Is there any way to show limited number of data in chartview.I mean, the data source array would be keep incrementing but IGChartview should display last 5 values .
Thanks for the reply.
There is nothing in the chart that is going to just display the last X number of data elements. What you could do is have your data model only provide the last X members as the array of data to the chart however.