Image annotations create visual impact and allow users to quickly interpret the chart data. A great way to communicate informative data through image annotations is by adding tooltips.
The following image displays highest earning of a fast food chain among others using a tooltip with an image annotation.
To use image annotations in FlexChart, create an instance of the Image class and set an image for the instance by specifying the image path in the SourceImage property. Scale the image or adjust its size by setting the Height and the Width properties. To add tooltips to image annotations, set the TooltipText property of the AnnotationBase class for the image annotation instance.
The following code compares earnings of the top fast food chains in United States. The code shows how to add, position, and customize the Image annotation in FlexChart.