This topic provides information about the callout layer used for interactions. It describes the properties of the callout layer and provides an example of its implementation.
The following topics are prerequisites to understanding this topic:
This topic contains the following sections:
The CalloutLayer displays annotations from existing or new data on the UltraDataChart control. The annotations appear next to the given data values in the datasource.
The callout layer supports being used with all series types in the UltraDataChart.
Use the callout annotations to display additional information, such as notes or specific details about datapoints, that you would like to point out to your users.
You can configure the callouts to target a specific series if you want to have multiple callouts layers present with different configurations. This can be done be setting the TargetSeries property.
The following image is a preview of the UltraDataChart control with the CalloutLayer added.
Following is the code used in the screenshot above.