Infragistics,The data chart that I'm using has to display multiple series. All of these series have markers enabled. The data in all the series needs to be compared with a base data point and all the markers where a series breaches the base data point needs to be highlighted. This could be achieved by accessing the markers collection of the Series object. But I failed to spot any such collection in the Series object. Are there any alternatives to achieving the same please?
Many Thanks.Amir
Many Thanks Infragistics; it has certainly helped me to achieve of what I wanted to.
Hello ,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
If this is what you were looking for please verify the answer so it helps other users as well.
Sincerely,Petar MonovDeveloper Support EngineerInfragistics Bulgariawww.infragistics.com/support
I might need a picture to know exactly what you are trying for, but if you are looking to highlight some points based on a threshold that you are deciding, if you can signify whether the highlight condition is true or false in the data items you are providing the chart, then you should be able to use a custom marker template to highlight the points where that flag is true. Does that help?
-Graham