Replies: 1 comment
-
hi, the Nuget Package manager doesnt show LifeCharts2 any more... has it been renamed or retired? I did the "include prerelease" checkbox ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Took me a few minutes to figure the class structure out, so thought I would just share the complete step by step in the discussion for others unable to get it working on Winforms.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using LiveChartsCore.SkiaSharpView.WinForms; using ViewModelsSamples.Financial.BasicCandlesticks; using LiveChartsCore; using LiveChartsCore.Defaults; using LiveChartsCore.SkiaSharpView; using System.Collections.ObjectModel;
Here is the example ViewModel for candlesticks that includes the YAxes definition:
Beta Was this translation helpful? Give feedback.
All reactions