-
Hello! Is there any way to use LiveCharts? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
I've pinged @beto-rodriguez from Live charts about it. Also maybe @dansiegel or @pictos have a hint? |
Beta Was this translation helpful? Give feedback.
-
@mpa74 can you share your project? That way we can take a look |
Beta Was this translation helpful? Give feedback.
-
I don't believe there is a pre-generated package for LiveCharts2 that gives you the C# Markup extensions. But it's not a problem. You can simply add the following: [assembly: GenerateMarkupForAssembly(typeof(CartesianChart))] This will generate the extensions for you so that you can continue to use all of the types in the LiveCharts assembly with your C# Markup (not just the CartesianChart). |
Beta Was this translation helpful? Give feedback.
-
@mpa74 I did run on GTK and it just works, |
Beta Was this translation helpful? Give feedback.
I don't believe there is a pre-generated package for LiveCharts2 that gives you the C# Markup extensions. But it's not a problem. You can simply add the following:
This will generate the extensions for you so that you can continue to use all of the types in the LiveCharts assembly with your C# Markup (not just the CartesianChart).