Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
88 views

I have an AvaloniaUI app using FluentAvaloniaTheme and charts by LiveChartsCore. I can toggle between light and dark themes and all the controls change appearance accordingly, except for my bar chart ...
Eric Eggers's user avatar
1 vote
0 answers
171 views

Plot getting cut off I'm trying to create a real-time updating line chart using LiveCharts 2 (LiveChartsCore) in a WPF application targeting .NET 8. The plot itself is working — it draws the points ...
user31020390's user avatar
0 votes
1 answer
228 views

I would like to create Axis under XAML in MAUI. But this code: <lvc:CartesianChart> <lvc:CartesianChart.YAxes> <lvcs:Axis Name="Y axis"> </lvcs:Axis&...
raV720's user avatar
  • 615
0 votes
1 answer
96 views

I'm trying to plot a Histogram in Avalonia with C# using Livecharts2. However some empty space occurs between the columns. How to avoid this empty space between columns? For example in two column ...
Hossam Alzomor's user avatar
0 votes
1 answer
143 views

I'm working on making a chart and looking up the DB with C# WPF. I succeeded in making the DB search and chart. Is it possible to make a graph of this shape on a live chart? Can I read the value and ...
tiger's user avatar
  • 11
0 votes
0 answers
36 views

Converting a panel or a graph directly into bitmap then to image, results in corrupted and cropped images. I first tried converting the panel with the chart in it to image Function ...
Klarenz Cobie's user avatar
0 votes
1 answer
44 views

I'm using LiveChartsCore 2.0.0-rc2 together with the .SkiaSharpView and .SkiaSharpView.WinForms (also the same 2.0.0-rc2 version) I'm trying to create a multiple axis Vertical Axis graph such as For ...
desiredness's user avatar
-1 votes
1 answer
114 views

I am trying to change the x axis on a combobox event in Livecharts. Im using c# wpf. Everything works fine with the y axis but i havent found a way to swap out the x axis as well. Ive been searching ...
en0s's user avatar
  • 1
0 votes
1 answer
629 views

I'm trying to use LiveCharts2 in a WinUI 3 application, but the chart does not appear. I followed the Installation and first chart Article to try building a WinUI3 window that shows the charts. I've ...
FUSE0604's user avatar
1 vote
0 answers
31 views

I'm working on a small hobby project. I was trying to package a WinUI application witch uses LiveCharts. However I'm getting an error when packaging the application. Anyone who has experienced ...
Örn Haraldsson's user avatar
0 votes
0 answers
41 views

I can successfully plot data on my chart with code below: private async Task DataPlotterAsync(double Data, TimeSpan DeltaT, string Data_Name, string X_Axis_Label, string Y_Axis_Label, ...
Kian Farooghi's user avatar
1 vote
1 answer
132 views

I have some diagrams. Each diagram has a Visual Label, the text of which must be changed when the cursor position changes along the x axis. The text needs to be changed on all diagrams, not just the ...
chemo's user avatar
  • 31
1 vote
2 answers
376 views

I was looking for a way to display a box and whiskers chart with horizontal series instead of the default vertical options using LiveCharts2. I couldn't find anything and opted to rotate the grid ...
Stephan's user avatar
  • 39
0 votes
1 answer
566 views

This question is almost a duplicate of Setting the colour of a LiveCharts Series that has custom labels using XAML Binding I just want to do the exact thing described there, but on the LiveCharts2 ...
Asier Vicente Sánchez's user avatar
1 vote
0 answers
217 views

In my NET8 MAUI app, I'm using LiveCharts to display 2 gauges. The first one is the Angular Gauge and the other one is the Multiple Values Gauge. For other components on the page, I changed the colour ...
Enrico's user avatar
  • 6,872
0 votes
1 answer
297 views

[WHAT IS THE PROBLEM] You can see gaps/spaces between ploted candlestick bars in the candlestick chart below, This is because the Datas inside XAxes / Axi are in timeframe of 5 minutes, not in day. ...
Henrry's user avatar
  • 1
1 vote
1 answer
147 views

I have got my Live Charts Cartesian->Line Chart plotting 5 different types of data from a file/serial port but they are all on the same series. I have 2 Y axis showing but cannot add data to each ...
user3119168's user avatar
1 vote
0 answers
389 views

I am using LiveCharts 2. I'm new to Live Charts/charting like this in general. I want to use a line chart with the y-axis as 'Temperature' and the x-axis as 'Time'. Using Live Charts, I can generate a ...
Damo's user avatar
  • 2,112
1 vote
1 answer
485 views

I use LiveCharts2 (beta.950) library to work with charts. I tried to create a PieChart with some values and labels outside it and I got this: The PieChart is inside a border and as you can see - the ...
crackanddie's user avatar
1 vote
0 answers
200 views

I'm using LiveChart to create a Radar Chart, that now i would like customize. enter image description here How can I add BackgroundColor just in the yellow signed parts? How can I change the circle ...
Nailodel's user avatar
0 votes
1 answer
141 views

I am using LiveCharts (LvCharts) for VB.NET (WPF) and I am showing values as bar series in different charts in my GUI (series type = LiveCharts.Geared.GColumnSeries). Currently I am searching for a ...
krambambuli's user avatar
1 vote
1 answer
92 views

I'm working on a WPF application using the LiveCharts library, specifically the CartesianChart control. I want to handle the MouseLeftButtonDown and MouseRightButtonDown events of the CartesianChart ...
Kaiser's user avatar
  • 25
0 votes
0 answers
240 views

In LiveCharts 2.0.0-beta.7.10, I'm having issues displaying Emojis when they are data labels. See below : There is a "Chinese, Japanese, Arabic, Russian" link (https://lvcharts.com/docs/...
Beb's user avatar
  • 129
0 votes
0 answers
53 views

Excuse me for my English. I develop inC# WPF MVVM. I try to use LiveCharts, it works, but I have a little problem with my data. The data set is a measurements from a device. There are max 3 curves. ...
Chris37's user avatar
0 votes
1 answer
256 views

I'm currently trying to use the LiveCharts library in order to create a basic ChartPie. https://lvcharts.com/docs/WPF/2.0.0-beta.700/samples.pies.basic I want to keep the legend, but I want it at the ...
Jess Chan's user avatar
  • 439

1
2 3 4 5
9