I have a chart with 8 data series, like the live data example in the WPF Demos.
I want to hide one ore more of these series, I tried to set the SeriesVisibility of the corresponding SeriesMapping, but it doesn't seem to work. How can I achieve this without removing the SeriesMapping?
2 Answers, 1 is accepted
0
Velin
Telerik team
answered on 26 Apr 2010, 02:05 PM
Hi Mathias Parge,
You can toggle the visibility of the series objects by directly accessing the ChartArea.DataSeries[<index>].Definition.Visibility property after the control is data bound.
Kind regards,
Velin
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.