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

charts : Shared horizontal axis in windows phone

1 Answer 11 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.
Naveen
Top achievements
Rank 1
Naveen asked on 13 Jun 2016, 07:24 PM

Hi

I am trying the information mentioned in the below url to come up with shared horizontal axis in windows phone 8.

http://www.telerik.com/help/windows-phone/radchart-axes-multipleaxes.html

There is some info that says"To achieve this you should create an axis collection (a simple class that inherits System.Collections.ObjectModel.Collection<Axis>). Add it as a static resource in XAML and you may reuse for each series that will share a common axis."

I am not able to understand it completely and hence not able to proceed.

Can you pls share the complete working code for the chart with shared horizontal axis. 

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 16 Jun 2016, 06:25 AM
Hello Naveen,

The idea is to create a custom collection class and use it in XAML. The article suggests to create a new class which inherits from System.Collections.ObjectModel.Collection<Axis>. This way you will have a custom collection in your project which can be used in XAML to hold the axis you need to use.

Regards,
Pavel R. Pavlov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Naveen
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or