-
- Inuyasha123
- Posts: 19
- Joined:
Is there a chart library available for Noesis?
Is there a chart library available for Noesis? I found the chart library LiveCharts on GitHub. The advantage is that the logic and interface are separated, so you only need to implement the rendering layer code. I refer to its WPF. Version, trying to port LiveCharts chart library to Noesis, but relying on a lot of WPF features, it is more difficult, such as various effects, so I gave up.
https://github.com/Live-Charts/Live-Charts I think NoesisGUI is mainly used to make UI interface for games, but it can also be an app, it also lacks a chart library.
https://github.com/Live-Charts/Live-Charts I think NoesisGUI is mainly used to make UI interface for games, but it can also be an app, it also lacks a chart library.
Re: Is there a chart library available for Noesis?
There is a port of OxyPlot but not sure if it is updated to the latest version or not.
Do you have a list of the things that are missing in Noesis to port LiveCharts? We defintely want to implement them long-term.
Do you have a list of the things that are missing in Noesis to port LiveCharts? We defintely want to implement them long-term.
-
- Inuyasha123
- Posts: 19
- Joined:
Re: Is there a chart library available for Noesis?
Thank you very much.
I don't how to speak, but thanks. I will try my best to take time to perfect
The following component are missing
Class:
System.Windows.DispatcherTimer
System.Windows.Media.PathGeometry
System.Windows.Media.FormattedText
Constructor
public DoubleAnimation(double toValue, Duration duration);
public ColorAnimation(Color toValue, Duration duration);
public PointAnimation(Point fromValue, Point toValue, Duration duration);
I don't how to speak, but thanks. I will try my best to take time to perfect
The following component are missing
Class:
System.Windows.DispatcherTimer
System.Windows.Media.PathGeometry
System.Windows.Media.FormattedText
Constructor
public DoubleAnimation(double toValue, Duration duration);
public ColorAnimation(Color toValue, Duration duration);
public PointAnimation(Point fromValue, Point toValue, Duration duration);
-
-
sfernandez
Site Admin
- Posts: 2065
- Joined:
Re: Is there a chart library available for Noesis?
PathGeometry will be available in the next major version, but I created a ticket to track the implementation of those missing classes and constructors: #1590
-
- Inuyasha123
- Posts: 19
- Joined:
Re: Is there a chart library available for Noesis?
Thank you very much
Re: Is there a chart library available for Noesis?
We also need charting (pie charts specifically). I guess we can wait for the PathGeometry update, but it would be nice to use something with the current version.
Re: Is there a chart library available for Noesis?
off-topic:
Could we create a sticky where people can post there custom controls (source only)?
Wich are not yet in Noesis?
For example:
I created a DateTimePicker, and i would be happy to share it with anyone that uses noesis.
#nevermind: we have the showcase
Could we create a sticky where people can post there custom controls (source only)?
Wich are not yet in Noesis?
For example:
I created a DateTimePicker, and i would be happy to share it with anyone that uses noesis.
#nevermind: we have the showcase
Re: Is there a chart library available for Noesis?
Yes, for now the showcase section is the best place but it is far from ideal and we have been requested many times about having a better way to share extensions. We are working on it 😃
Who is online
Users browsing this forum: Bing [Bot] and 0 guests