草庐IT

LiveCharts

全部标签

WPF常用UI库和图标库(MahApps、HandyControl、LiveCharts)

WPF常用UI库和图表库(MahApps、HandyControl、LiveCharts)WPF有很多开源免费的UI库,本文主要介绍常见的MahApps、HandyControl两个UI库;在开发过程中经常会涉及到图表的开发,本文主要介绍LiveCharts开源图表库。UI库第三方UI库的使用一般都是三步:Nuget安装在APP.xaml中增加资源Application.Resources>ResourceDictionary>ResourceDictionary.MergedDictionaries>ResourceDictionarySource="..........xaml"/>Res

WPF图表绘制(LiveCharts)

WPF图表绘制(LiveCharts)效果如下图:使用到的DLL:LiveCharts.dll、LiveCharts.Wpf.dll1.折线图xaml界面代码(前台代码)viewmodel代码(后台代码)publicvoidGetLineSeriesData(){List>values=newList>{newList{20,40,60},newList{100,30,80},newList{55,65,45},newList{90,60,80}};List_dates=newList();//获取当前月的日期_dates=GetCurrentMonthDates();for(inti=0;i