This example implements a custom tooltip that displays another chart with a GDP history for the selected country when hovering over a bar.
The System.Windows.DataTemplate object specifies the custom tooltip appearance. The object is assigned to the Series.ToolTipPointTemplate property. The GetDataSource() and GetGDPs() methods supply charts with data from the GDP datasource.
(you will be redirected to DevExpress.com to submit your response)
