Replies: 2 comments
-
This is now easy on the latest version: https://livecharts.dev/docs/WPF/2.0.0-beta.950/samples.general.mapPoints |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your answer, I am running now the latest version and I get the colors to show in the fill but not in the Stroke, Is the current syntax correct?:
}); I have also tried:
|
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.
-
Can someone help me how to figure out this problem.
In order to display the labels on the x-axis I have created a column series containing some values. Each column in the bar chart is displayed with the same fill color. I need to customize the fill color and the stroke color for each value on the series. Can it be done?
As a second test I have created a series containing multiple column series. Each column series contains a single value. Using this method I can change the fill color and stroke color for each column series. Since the column contains a single element the only label displayed is the first one in a label array. It makes sense but I need to to display a label under each column series. Is there a way to override what gets displayed on the x axis?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions