Hello,
I'm using WinForms 2017.1 with an UltraChart currently, but I'm trying to replace that with an UltraDataChart.
Here's my current chart with some random sample data, which I've had no problem creating with the UltraDataChart as well.
With the UltraChart, I've used the option UltraChart.Data.SwapRowsAndColumns to instead have this chart, which has two charts next to eachother, sharing the same X & Y axes.
How can I achieve the same thing with the UltraDataChart?
Thanks!
In order to accomplish this in UltraDataChart, it will be necessary to set up your data in a specific way, as UltraDataChart does not have the SwapRowsAndColumns feature. You can read about the data requirements and see a small code sample here: https://ko.infragistics.com/help/winforms/datachart-category-column-series
Please let me know if you have any further questions.