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

Multiiple y-axis on right side

1 Answer 108 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Max
Top achievements
Rank 1
Max asked on 12 Jan 2018, 10:44 AM

Hey guys,

I have the following problem, I have i graph where i can select multiple dataseries but some dataseries have different units like millisecond, volt etc. So I want to define for each unit one y-axis on the right side and check which y-axis I need when I select different dataseries. How can I reach this behavior? I know how many different units I have so I would like to create the y-axes statically. Only the visibility should be set after the check.

 

Thanks in advance for your help

Max

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 15 Jan 2018, 12:12 PM
Hello Max,

You can check the Multiple Axes tutorial that shows how to define multiple axes. In your case you can switch their Visibility.

As an alternative approach, you can set the VerticalAxis property of the chart or the series at run-time when you change the series.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
ChartView
Asked by
Max
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or