Fast Charts in WinUI (SfCartesianChart)
18 Nov 20181 minute to read
Chart includes functionality for rendering the large number of data points with fast plotting and it supports 5 fast chart types. Each chart type is easily configurable with built-in support for creating high performance charts.
- FastLine Series - It is rendering by using a
polyline segment. - Fast Bitmap Series - It is rendering by using
WriteableBitmap.