随笔分类 - 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
阅读全文
摘要:install-package LiveChartsCore.SkiaSharpView.WPF -Version 2.0.0-beta.90 public MainVM() { LiveCharts.Configure(config => { config.HasMap<XYPoint>((poi
阅读全文
摘要:public struct XYPoint { public double X { get; set; } public double Y { get; set; } } public MainVM() { LiveCharts.Configure(config => { config.HasMap
阅读全文
摘要:install-package LiveChartsCore.SkiaSharpView.WPF -Version 2.0.0-beta.90 //xaml <Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.co
阅读全文
摘要:public class DataGridKeyDownBehavior : Behavior<DataGrid> { public ICommand Command { get => (ICommand)GetValue(CommandProperty); set => SetValue(Comm
阅读全文
摘要://xaml <Window x:Class="WpfApp299.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/
阅读全文
摘要://xaml <Window x:Class="WpfApp299.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/
阅读全文
摘要://xaml <Window x:Class="WpfApp299.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/
阅读全文
摘要:1.Install livecharts.wpf in nuget 2.usercontrol //xaml <UserControl x:Class="WpfApp64.Bar" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/present
阅读全文

浙公网安备 33010602011771号