LiveCharts Visual Studio | WPF > 그래프 > LiveCharts > Y축을 로그 스케일로 만들기 운영 환경 처리 내용 Y 축을 로그 스케일로 만듭니다 참고 code 상기를 참고로 Y축을 로그 스케일로 하는 코드를 실장해 본다. MainWindow.xaml MainWindow.xaml.cs 눈치챈 점 ObservablePoint를 사용하지 않으면 안됩니다 Y축 라벨은 Log10(Y)의 값이 된다 Log10(3000) = 3.477 Log10(140) = 2.146 Formatter에서 제... 로그WPFLiveChartsmyVisualStudioStudy Visual Studio | WPF > 그래프 > LiveCharts > Geared > Values = values.AsGearedValues().WithQuality(Quality.Low)의 내용 운영 환경 에 신경이 쓰인 꺾은선 그래프의 묘화 고속화. 상기에서는 무엇을 하고 있는 것인가. A smarter values instance then you can use the low quality to render it faster, the error of the lower quality is 10px, but in an opposite case, you care about accurac... myVisualStudioStudyWPFalgorithmLiveCharts
Visual Studio | WPF > 그래프 > LiveCharts > Y축을 로그 스케일로 만들기 운영 환경 처리 내용 Y 축을 로그 스케일로 만듭니다 참고 code 상기를 참고로 Y축을 로그 스케일로 하는 코드를 실장해 본다. MainWindow.xaml MainWindow.xaml.cs 눈치챈 점 ObservablePoint를 사용하지 않으면 안됩니다 Y축 라벨은 Log10(Y)의 값이 된다 Log10(3000) = 3.477 Log10(140) = 2.146 Formatter에서 제... 로그WPFLiveChartsmyVisualStudioStudy Visual Studio | WPF > 그래프 > LiveCharts > Geared > Values = values.AsGearedValues().WithQuality(Quality.Low)의 내용 운영 환경 에 신경이 쓰인 꺾은선 그래프의 묘화 고속화. 상기에서는 무엇을 하고 있는 것인가. A smarter values instance then you can use the low quality to render it faster, the error of the lower quality is 10px, but in an opposite case, you care about accurac... myVisualStudioStudyWPFalgorithmLiveCharts