0

I want to build a UWP app with gauges and some simple charts and don't want to buy a commercial product (at this stage of the project). What options are there for UWP apps?

2 Answers2

0

You can use DataVisualisation Charting Controls from XAML Toolkit

Alexej Sommer
  • 2,677
  • 1
  • 14
  • 25
0

The WinRTXamlToolkit has UWP specific builds and these could be a good starting point. They don't resemble the polished commercial alternatives but it might be helpful.

These are the NuGet packages I used for chart and gauges.

  • WinRTXamlToolkit.Controls.DataVisualization.UWP

  • WinRTXamlToolkit.Controls.Gauge.UWP

This is the underlying repo: https://github.com/xyzzer/WinRTXamlToolkit