Questions tagged [livecharts]

LiveCharts is an open source .NET charting library supporting WPF, WinForms, WinUI, Xamarin, MAUI, Avalonia, Uno and more.

Live Charts is a .NET data visualization library.

Source code and examples can be found in Live-Charts and LiveCharts 2 repositories on GitHub.

383 questions
-1
votes
2 answers

Anular 4 real time graph

i am looking forward for angular 4 line graph which accepts x axis as timestamp/Some time string from the server that is been fetched. And i want y axis as my value fetched from the serve to plot it. Can some one help me out to solve my issue. It…
Deepak
  • 31
  • 4
-1
votes
1 answer

LiveCharts library and VB.net

I Would like to use the Live-Charts library for windows-form and visual studio 2015 in my VB.net code in order to implement a Cartesian chart, but I couldn't find any VB.net code sample. could someone provide me a working vb.net code sample for…
-1
votes
1 answer

Dynamic values in WPF Gauge

I am new at WPF and C# but I am picking up quite swiftly thanks to this community. I have tried to implement an Angular Gauge from live charts into my project. It works great with only one binded value and the rest of the values fixed like in this…
Cosmin
  • 565
  • 1
  • 8
  • 33
-1
votes
4 answers

Can i use other methods and not Random

var mapper = Mappers.Xy() .X(model => model.DateTime.Ticks) //use DateTime.Ticks as X .Y(model => model.Value); //use the value property as Y //The next code simulates data changes every 500 ms Timer…
Robert Loh
  • 19
  • 4
-3
votes
2 answers

C# Strange Instance of 'System.ArgumentOutOfRangeException'

I am using a LineSeries for drawing a chart from the library LiveCharts.Wpf by Beto Rodriguez. I am sending values to the chart which it draws and updates accordingly. I have a SeriesCollection to which I add the values based on a counter and also…
Syed Saad
  • 705
  • 5
  • 15
-3
votes
1 answer

LiveCharts not showing in vb.net

I have tried to implement LiveCharts in vb.net project but unsuccessful. Tried searching the internet but unfurtunately found no sample code. What might be the problem in my code?sample code Private Sub InitializeChart() Dim labelPoint As…
-4
votes
0 answers

make live chart

i have a realtime database on firebase to monitoring my hidroponik activity, and i've been trying to make live chart from the database but not working , can someone helpme ? becouse i have no knowledge about any code except for arduino IDE html code…
1 2 3
25
26