Hi.
I have a problem with representing elevations with UltraChart. I have DataTable with columns LENGTH (ex.: 0, 3, 7,10, 15 ...) and ELEVATION (ex.: 316.45, 318.65, 310.10 ...).
Lengths should be on X axis and Elevations on Y axis. Because there could be a lot of rows with this data there should also be a scroll for X axis. Spaces between intervals on X axis should be from Length data from each row.
Is this possible with Infragistics UltraChart?
Thank you in advance!
Hello Slavkog,
Maybe you could achieve desire behavior if you set property:- axisX.ScrollScale.Visible = true; of your "X" axis. By this way you are able to zoom in/out and scroll your X axis.Please let me know if you have any questions.Regards
Have you been able to resolve your issue ? If you have any questions, feel free to ask me
Regards