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.