Is there a way to display an image in labels of a 2D bar or column chart? For example, I might have a bar chart showing the totals for 5 salesmen and I would like to display an image of each salesman. Is this possible?
Hello Richard,
Yes, you can achieve this. There is no build in functionality to add images to the labels, but you can handle FillSceneGraph event of UltraChart and add your own ChartImage primitives to your chart. Attached is a small sample project showing how you can achieve this in ColumnChart as well as screenshot of my chart. Please check my sample and let me know if this is what you are looking for or if I am missing something.
That's exactly what I am looking for, but I couldn't find your sample project, just the picture you attached.
For some reason the project did not attached. Here it is now.
Please let me know if any further questions arise.