Let’s say i have 2 set of data:
1st Set:
| X| Y|
|1.0 | 1 |
|1.2 | 2 |
|2.5 | 3 |
2nd Set:
| X| Y|
|1.5 | 1 |
|2.3 | 2 |
|3.0 | 3 |
How can i plot both graph with correct x-axis shift in C# Live Chart WPF?
I not able to label the map the data in x-axis correctly.
New contributor
Peter Summer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.