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

Overlay Series . . . ?

2 Answers 108 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Todd
Top achievements
Rank 1
Todd asked on 27 Mar 2015, 02:06 PM
I'm a new chart user, testing out the trial to see if it'll meet our needs.  So hopfully this is a simple question.  I'm in a c# WPF MVVM application.  I have a StackedBar series and a RanageBar series programatically defined and bound via my xaml.  Right now the two different series show up side-by-side in the chart.  I'd like them to basically be overlayed on top of one another.  Is there an easy way yo do this?  Thx

2 Answers, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 27 Mar 2015, 04:17 PM
Hi Todd,

From the snapshot I can see that you are using the old RadChart. We have two charting solutions - old RadChart and new RadChartView. The new chartview is actually a set of controls - RadCartesianChart, RadPolarChart, RadPieChart and ChartDataSource.

Naturally, we suggest you use the new chart and remove any references to the old Charting.dll. The new control is much faster, very flexible and easy to set up. With the chartview, you need to set the CombineMode property of the series in order to get the desired results.

qsf examples
sdk samples (you may want to install the sdk samples browser)
online documentation

Regards,
Petar Marchev
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Todd
Top achievements
Rank 1
answered on 28 Mar 2015, 02:51 PM
Thanks for the reply Petar.  Moving to the newer chart solved the problem, and the rendering of the chart seems much much faster. 
Tags
Chart
Asked by
Todd
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Todd
Top achievements
Rank 1
Share this question
or