i am using a RadColumnSparkline bind to an ObservableCollection in my RadTimeBar.
Is there a similar mechanism like the CombineMode from the BarSeries available or can i pass a BarSeries to RadColumnSparkline?
best wishes & thanks
j
2 Answers, 1 is accepted
0
Pavel R. Pavlov
Telerik team
answered on 04 Feb 2014, 07:08 AM
Hello,
Please have in mind that the Sparkline suite consists of lightweight charting components with limited features and improved performance. This suite should be used in scenarios where customers need to visualize large number of separated series.
If you need to combine the BarSeries, you should use the RadChartView control, instead.
Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>
thanks for the info but i've been using Sparkline inside an TimeBar. I guess that it is not possible to use a BarSeries from ChartView inside the TimeBar as SparklineVirtualization. So i will just edit the underlying Data with my own logic.