This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using LiveChartsCore.SkiaSharpView; | |
using LiveChartsCore.SkiaSharpView.Painting; | |
using LiveChartsCore.SkiaSharpView.VisualElements; | |
using LiveChartsCore.SkiaSharpView.WinForms; | |
using SkiaSharp; | |
namespace WinFormsApp1 | |
{ | |
public partial class Form1 : Form | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using LiveChartsCore; | |
using LiveChartsCore.SkiaSharpView; | |
using LiveChartsCore.SkiaSharpView.Painting; | |
using LiveChartsCore.SkiaSharpView.WinForms; | |
using SkiaSharp; | |
namespace LiveCharts2Demo | |
{ | |
public partial class Form1 : Form | |
{ |