I have a Windows C++ MFC applicatio and I have added Bar Chart using Infragistics. Now I need a way to be able to modify the csv data by resizing the individual bars in the Bar Chart.
For our charts, I suggest using our UltraDataChart, UltraCategoryChart. The Axis have a Gap property. None of our charts have a built-in way to resize the plotted visuals. You could use a slider component to change the value.
Here is more information about our Axes:www.infragistics.com/.../categorychart-configuring-axis-gap-and-overlap
Please download and run our Windows Forms Samples Browser. https://es.infragistics.com/help/winforms/win-forms-samples-browser
Let me know if you have any questions.
I am using Infragistics 2016.1. Do we have any samples for creating interactive charts with C# and UltraWinExplorerBar (Windows Forms)?
We unfortunately do not support this environment. For more details please visit:
www.infragistics.com/.../supported-environments
Hi Michael! Thank you for replying. I am using MFC with C++ on Windows 10. I am not using WPF/XamDataChart.