0

Which chart libraries for UWP (best free) can draw xy-chart?
I meant chart which:

  • draws line between sequential points: p0, p1, p2, ...
  • x-axis is not a simple series of values: 1,2,3,4..

Example data:

x 1.0 2.4 5.6 ...
y 2.4 3.5 1.2

I tried WinRT XAML Toolkit but it seems it supports only simple series in x-axix (I mean values: 1,2,3,4..).

Grzegorz Dev
  • 3,073
  • 1
  • 18
  • 22

1 Answers1

1

OxyPlot or Telerik, both are free.

Alamakanambra
  • 5,845
  • 3
  • 36
  • 43