Fast Charts in WinUI Chart

7 Aug 20261 minute to read

Chart includes functionality for rendering a 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 rendered by using a polyline segment.
  • Fast Bitmap Series - It is rendered by using WriteableBitmap.

See Also