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.
Hello and thank you for contacting Infragistics. There is no built-in way to achieve this requirement. What chart/plaform are you using? eg. WPF/XamDataChart
You need to hook the series' mouse events as explained here:
https://es.infragistics.com/community/forums/f/ultimate-ui-for-wpf/110753/moving-series-data-point-with-mouse
Let me know if you have any questions.
Hi Michael! Thank you for replying. I am using MFC with C++ on Windows 10. I am not using WPF/XamDataChart.
We unfortunately do not support this environment. For more details please visit:
www.infragistics.com/.../supported-environments
I am using Infragistics 2016.1. Do we have any samples for creating interactive charts with C# and UltraWinExplorerBar (Windows Forms)?
Please download and run our Windows Forms Samples Browser. https://es.infragistics.com/help/winforms/win-forms-samples-browser
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