일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Binary
- Pointer
- atmega328
- memory
- inheritance
- wpf
- preprocessing
- Overloading
- SERIAL
- UNO
- Barcode
- sensor
- file access
- compare
- Encapusulation
- aduino
- Class
- Unity
- digitalRead
- parameter
- Android
- flutter
- Read
- public
- mfc
- stream
- Contour
- APP
- length
- java
Archives
- Today
- Total
목록livechart (1)
폴크(FOLC)
WPF 테크닉 - Chart 그리기 ( LiveCharts )
# 데이터를 보고 직관적으로 빠르게 파악하여 판단하기 위함 # LiveCharts 를 이용하는 방법 > Nuget 에서 Package 설치 - LiveCharts.Wpf 를 설치 하면 LiveCharts 도 같이 설치 된다. > MainWindow.xaml 에 내용 추가 - xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf" MainWindow.xaml.cs 파일에 데이터 값 추가 public partial class MainWindow : Window { public ChartValues Values { get; set; } public MainWindow() { InitializeComponent(); Values = new ChartV..
C#, WF, WPF(.NET)/C#, WF, WPF(.NET) 테크닉
2021. 12. 3. 11:09