Skip to content

DevExpress-Examples/wpf-data-grid-show-sparklines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - Display Sparklines

This example demonstrates how to display sparklines in grid cells to visualize data trends.

WPF Data Grid - Display Arear Sparklines

The WPF SparklineEdit control includes dozens of appearance options and ships with the following chart types: Area, Bar, Line, Win/Loss. In this example, the Grid control displays area charts (sparklines). Replace AreaSparklineStyleSettings with another style object to change the chart type. Options include:

Files to Review

Documentation

Related Examples