Hello -
I have an ultrachart [infragistics version 12.1] that displays weight for age. I have age on the X axis and weight on the y axis. I am using calloutAnnotations to display text on each data point as seen in the attached image file. But the problem is that the callouts overlap when x axis has almost same data point. Is there a way around it, something like AnnotationSmartLabelStyle that we have in DataVisualization.Charting.
I have set the Callout.Location.Type = Infragistics.UltraChart.Shared.Styles.LocationType.DataValues;
Thanks
Rajesh
Hello Rajesh,
I`m not sure why you choose approach with annotations, but maybe, will be better to use tooltip. By this way you could display the same information when you hover over your line.
Let me know if you have any questions
I have the same problem like Rajesh . I want to show annotations but currently they are overlapping each other .You can see in attached image.
URL for image [https://www.dropbox.com/s/1kq0907gn4kkhn6/ChartOverlapofAnnotations.JPG]
Georgi : Tooltip is fine , but then the user wants the point values to be dispayed always. Not just on hover..
thanks