Changing the colour of a single Column if certain Criteria is met #969
Unanswered
Dennis-Scheurer
asked this question in
Q&A
Replies: 1 comment
-
1+ Also looking for this, using WPF. I did manage to sort out a partial solution using a different ColumnSeries with a single data point for each, but this method seems to totally break the tooltip functionality. The entire graph responds as one when you mouse over, and tooltip info for every series tries to display in a single tooltip! Clearly not the correct approach. Lots of google results with solutions using CartesianMappers for the original Livecharts.Wpf, but have not been able to get it working for the nuget package LiveChartsCore.SkiaSharpView.WPF (2.0.0-beta.701) Please Help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I was wondering if it is possible to change the colour of a single Column within a Columnseries.
For example: If the value ist greater than 5, the colour should be red.
I tried my best, but couldn't find a way to access a single Column within the series.
Beta Was this translation helpful? Give feedback.
All reactions