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

Two YAxis with two line series

3 Answers 36 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 06 Jun 2012, 08:01 PM
I have a chart with two yaxis and two series. How do I assign a chartseries the second axis?

3 Answers, 1 is accepted

Sort by
0
Paulo
Top achievements
Rank 1
answered on 06 Jun 2012, 08:40 PM
Because English is not my native language, I'm having trouble explaining my doubts, but I'll try.
I have a chart with two series. A bars and the other in line. And, the series of bars begin on the X axis and increases according to the axis Y. Well, I wish that the line series, which was created according to the X axis, but it grew according to the YAxis2 not the YAxis. How I do it?
0
Accepted
Evgenia
Telerik team
answered on 08 Jun 2012, 10:09 AM
Hello Paulo,

 You may follow our secondary axis demo with provided source code and achieve this.

Regards,
Evgenia
the Telerik team

If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Paulo
Top achievements
Rank 1
answered on 08 Jun 2012, 01:38 PM
Ok, evgenia, you had already answered me in another post. Is that I did not understand. Sorry and thanks.
Below my solution:

chartSeries2.YAxisType = ChartYAxisType.Secondary;
Tags
Chart (Obsolete)
Asked by
Paulo
Top achievements
Rank 1
Answers by
Paulo
Top achievements
Rank 1
Evgenia
Telerik team
Share this question
or