摘要: 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 阅读(25) 评论(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 阅读(142) 评论(0) 推荐(0)