Infragistics data chart C# WPF highlight part of a series

271 Views Asked by At

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.

1

There are 1 best solutions below

0
On

I suppose you are using Bar/ColumnSeries to display single stacked bars. To highlight you can make use of ChartAnnotationLayers to highlight a particular value & hence the bar by setting the MarkerTemplate property. Also you can set a default value or override it on hover.

The documentation here can help.