Skip to content

DevExpress-Examples/wpf-chart-customize-the-appearance-of-a-series-tooltip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart for WPF - How to Customize the Appearance of a Series Tooltip

This example demonstrates how to change the appearance of a series tooltip with its template. Create a System.Windows.DataTemplate object that specifies the appearance of series tooltips and assign it to the ToolTipSeriesTemplate property. Note that before the tooltip customization, you need to set the ChartControl.ToolTipEnabled and ToolTipOptions.ShowForSeries properties to show the tooltip for a series. Specify a display name for each series displayed on the tooltip with the Series.DisplayName property.

Files to Review

Documentation

About

This example demonstrates how to change the appearance of a series tooltip with its template.

Topics

Resources

License

Stars

Watchers

Forks