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

Multiple HorizontalAxis show

1 Answer 42 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Yang
Top achievements
Rank 1
Yang asked on 30 Mar 2015, 11:23 PM
Hi, 

   If I use one chartview to show 5+ line series, the series shares one common VerticalAxis, but each one of them has it's own HorizontalAxis(because each of them has different  length ).
   All of the 5+ HorizontalAxis are shown on the bottom, If I show them all at same time, the chart looks ugly, so I want show only one HorizontalAxis at one time, but use a button to allow user to swith to the next HorizontalAxis. How to do that in MVVM?
  Or is there any better way to show series with different HorizontalAxis?
   
Regards Yang

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 31 Mar 2015, 10:08 AM
Hi Yang,

I think that the best way to go here is to bind the Visibility property of the axes to properties in your view models. Let us know if you need more information.

Regards,
Petar Marchev
Telerik
 

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

 
Tags
ChartView
Asked by
Yang
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or