Hi.
Is there a way to hide data points on line series?
Thanks.
1 Answer, 1 is accepted
0
Yavor
Telerik team
answered on 18 Feb 2011, 08:59 AM
Hi Alexander,
Basically, one cannot easily hide points, since the ui needs to be updated accordingly. One possible option in this case would be to bind the chart to an observable collection, and whenever you need to remove a point, remove it from the datasource (the observable collection). The Chart will be updated accordingly to reflect this. This will also maintain the integrity between the ui and the underlying data.
I hope this information helps.