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
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