Hi, I am trying to convert some UltraCharts to UltraDataCharts, and i am struggling to find how to add the Annotations and TitleBottom that the UltraChart has. The annotations are EllipseAnnotation and BoxAnnotation, and they contain text inside of them. I have attached an image of the UltraChart that i am trying to convert.
Hello John,
For the text at the top you can use Chart Titles, for the bottom, you can use Axis Titles. Both of which have alignment and position properties.
I recommend writing a custom marker template for the boxes. A similar discussion and sample was provided on this thread:https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/119715/ultradatachart-marker-on-selected-points
Let me know if you have any questions.