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

Multiple Axes, not working

1 Answer 40 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.
Paulo
Top achievements
Rank 1
Paulo asked on 26 Nov 2013, 11:10 AM
Hi friends. 

Documentation says about this feauture (http://www.telerik.com/help/windows-phone/radchart-axes-multipleaxes.html), however, I can't use it. It is not working. i'm trying here version: 

RadControls for Windows Phone 7 Q3 2013

In the doc. page you show the following:

        <telerik:LineSeries Stroke="Blue" StrokeThickness="2">
            <telerik:LineSeries.VerticalAxis>
                <telerik:LinearAxis HorizontalLocation="Right"/>
            </telerik:LineSeries.VerticalAxis>
            <telerik:LineSeries.DataPoints>
        	<telerikCharting:CategoricalDataPoint Value="30"/>
        	<telerikCharting:CategoricalDataPoint Value="20"/>
        	<telerikCharting:CategoricalDataPoint Value="15"/>
        	<telerikCharting:CategoricalDataPoint Value="50"/>
        	<telerikCharting:CategoricalDataPoint Value="20"/>
        	<telerikCharting:CategoricalDataPoint Value="60"/>
            </telerik:LineSeries.DataPoints>
        </telerik:LineSeries>

But, my VS says it is not correct: there is no VerticalAxis property in LineSeries.  What is happening?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 29 Nov 2013, 11:56 AM
Hello Paulo,

Thank you for writing.

This feature is available only in the Windows Phone 8 version of the controls. We will update the documentation so that it is more clear that it is not available in RadChart for Windows Phone 7.

Regards,
Todor
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
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 >>
Tags
Chart
Asked by
Paulo
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or