Visual Studio | WPF > 그래프 > LiveCharts > Geared > Values = values.AsGearedValues().WithQuality(Quality.Low)의 내용
Windows 8.1 Pro (64bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2
Visual Studio | WPF > 그래프 > LiveCharts > 꺾은선형 차트 그리기 성능 > 1000점: zooming과 panning이 무거운 | 1만점: 표시되지 않음
에 신경이 쓰인 꺾은선 그래프의 묘화 고속화.
Values = values.AsGearedValues().WithQuality(Quality.Low)
상기에서는 무엇을 하고 있는 것인가.
`2. 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 accuracy, then you must use the highest quality, the rendering time will be slower, but you won 't have any visual error, there are also 2 more available qualities, medium quality, with a max error of 5px, and high which is the default quality, it has a practically invisible max error of 2px.
low quality로 했을 경우의 오차가 10px.
즉, 10px에 1점을 치도록 씨닝을 하고 있는 것 같다.
10px에 1점이라고 하는 것은 감각적으로 「거칠다」라고 느낀다.
그 정도의 씨닝을 하지 않으면 LiveCharts에서는 부드러운 그리기를 할 수 없는 것일까.
1000점
1000점의 low quality (10px 오차)
Reference
이 문제에 관하여(Visual Studio | WPF > 그래프 > LiveCharts > Geared > Values = values.AsGearedValues().WithQuality(Quality.Low)의 내용), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/7of9/items/c6b08e5c28f00e8345a8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)