This is a migrated thread and some comments may be shown as answers.

[Solved] How to hide data points?

1 Answer 174 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexander
Top achievements
Rank 1
Alexander asked on 16 Feb 2011, 09:20 AM
Hi.
Is there a way to hide data points on line series?
Thanks.

1 Answer, 1 is accepted

Sort by
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.

Kind regards,
Yavor
the Telerik team
Tags
Chart
Asked by
Alexander
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or