大白菜一名
1 插件下载
2 搜索ListChart
3 Model代码块
//model层 代码块
<lvc:CartesianChart Background="Black" x:Name="cartesianChart1" Series="{Binding SeriesCollection}" Margin="0,0,10,385" />
4 后台代码
public MainWindow()
{
InitializeComponent();
List<Ceshi> list1 = new List<Ceshi>() {
new Ceshi() { qvyu="第一区域", arr = new List<int> { 5, 13, 5,12, 10} },
new Ceshi() { qvyu="第二区域", arr = new List<int> { 6, 4, 6, 3, 25} },
new Ceshi() { qvyu="第三区域", arr = new List<int> { 10, 1,10, 4, 15} },