-
I have a Cartesian line chart in WinUI3 that works fine in the application. I have added a 'Save image' button with the following code:
This saves the image of the chart fine - but there is no title showing on it. Obviously I'm doing something wrong - but there seems to be no documentation relating to Chart Titles. Can somebody point out my mistake? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
gd-etiltd
Jul 28, 2023
Replies: 1 comment 1 reply
-
Found the resolution in one of the recent releases: https://github.com/beto-rodriguez/LiveCharts2/releases Added a value to the paint field and its now appearing as expected. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gd-etiltd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the resolution in one of the recent releases:
https://github.com/beto-rodriguez/LiveCharts2/releases
Added a value to the paint field and its now appearing as expected.