I am using a bar graph from the ultra chart. I want to know which Bar the user clicked on while handling the Click Event, because then I can modify the properties of that particular bar. Is there any way to get a handle on the individual bar?
Hello ,
In UltraChart you should be using ChartDataClicked event to get the graph info:
https://ko.infragistics.com/help/winforms/infragistics.win.ultrawinchart~infragistics.win.ultrawinchart.ultrachart~chartdataclicked_ev
Please keep in mind Ultrachart has been deprecated ,you should be using UltraDataChart with the bar series instead and use 'SeriesMouseLeftButtonDown' event , and through the eventArgs get the chart/series info. You can refer to these online help document to start : https://ko.infragistics.com/help/winforms/datachart-category-bar-series