I have a listview box which contains my data, it is loaded when selected into a infragistics data chart, it is all loaded into a single stacked bar series. What I now need to be able to do is click one segment of the bar series and be able to highlight and zoom in.
Does anyone have any advice?
Thanks in advance.
I suppose you are using
Bar/ColumnSeriesto display single stacked bars. To highlight you can make use ofChartAnnotationLayersto highlight a particular value & hence the bar by setting theMarkerTemplateproperty. Also you can set a default value or override it on hover.The documentation here can help.