Have you tried these LabelFormatter
s?:
https://v0.lvcharts.com/App/examples/v1/Wpf/Labels#formatted-labels
And then just define it to val => val.ToString("N0")
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using C# WPF in Visual Studio with .NET Framework 4.7.2 with SQL Server 2019 Database, and using LiveChart
What I want
I'm looking for easy and good tool for chart in WPF to control these things :
What I have :
My Full source code with table script :
c4RH1JaJ
How can I do these things that I need? I was really confused between the tools
is there anything better than which be easy to do this ?
Have you tried these LabelFormatter
s?:
https://v0.lvcharts.com/App/examples/v1/Wpf/Labels#formatted-labels
And then just define it to val => val.ToString("N0")