Bar chart values/labels position #263
Unanswered
amanfromfrance
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to set my bar chart values/labels at the top of the vertical bars so that the digits are not partly hidden by the chart:
I was able to change the values/labels color using the following code:
New-ChartBarOptions -Vertical -DataLabelsColor "#000000"
But I am unable to find how to change the values/labels position: how can I do this?
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions