随笔分类 -  wpf / WPF__LiveCharts

摘要:install-package LiveChartsCore.SkiaSharpView.WPF -version 2.0.0-rc5.4 //xaml <Window x:Class="WpfApp30.MainWindow" xmlns="http://schemas.microsoft.com 阅读全文
posted @ 2025-08-08 17:14 FredGrit 阅读(99) 评论(0) 推荐(0)
摘要:install-package LiveChartsCore.SkiaSharpView.WPF -Version 2.0.0-beta.90 public MainVM() { LiveCharts.Configure(config => { config.HasMap<XYPoint>((poi 阅读全文
posted @ 2025-07-16 21:28 FredGrit 阅读(26) 评论(0) 推荐(0)
摘要:public struct XYPoint { public double X { get; set; } public double Y { get; set; } } public MainVM() { LiveCharts.Configure(config => { config.HasMap 阅读全文
posted @ 2025-07-15 23:13 FredGrit 阅读(32) 评论(0) 推荐(0)
摘要:install-package LiveChartsCore.SkiaSharpView.WPF -Version 2.0.0-beta.90 //xaml <Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.co 阅读全文
posted @ 2025-07-15 22:06 FredGrit 阅读(357) 评论(0) 推荐(0)
摘要:public class DataGridKeyDownBehavior : Behavior<DataGrid> { public ICommand Command { get => (ICommand)GetValue(CommandProperty); set => SetValue(Comm 阅读全文
posted @ 2025-07-11 22:17 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要://xaml <Window x:Class="WpfApp299.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-08-29 15:18 FredGrit 阅读(51) 评论(0) 推荐(0)
摘要://xaml <Window x:Class="WpfApp299.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-08-28 21:37 FredGrit 阅读(25) 评论(0) 推荐(0)
摘要://xaml <Window x:Class="WpfApp299.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-08-28 16:37 FredGrit 阅读(80) 评论(0) 推荐(0)
摘要:1.Install livecharts.wpf in nuget 2.usercontrol //xaml <UserControl x:Class="WpfApp64.Bar" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/present 阅读全文
posted @ 2024-04-19 17:03 FredGrit 阅读(104) 评论(0) 推荐(0)