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

Multiple Axes Plot Graph

1 Answer 58 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Артём
Top achievements
Rank 1
Артём asked on 09 Jun 2017, 03:06 PM
How to create wpf control looks like this? 

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 14 Jun 2017, 09:07 AM
Hello Артём,

It is possible to create a similar visualization using RadChartView, but it won't be very straight forward solution. For example, you can use a ScatterLineSeries to display the line, and two LinearAxis for the horizontal and the vertical axis. You can check the Multiple Axes article to see how to add additional axes. 

To draw the vertical and horizontal lines inside the chart's plot area you can use GridLineAnnotations

To draw the diagonal lines you can use CustomLineAnnotations. And CustomAnnotations for the ticks of the axes.

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
Артём
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or