Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Align labels with ChartTextAppearance
posted

Hi!

This is my first post here!

I´m using ChartTextAppearance to show my series values on ColumnChart graph.

It can be done with ChartTextAppearance?

Thanks in advance! And sorry about my bad english...

Juliano

  • 2406
    posted

    Hi Juliano,

    You could set the VerticalAlign to StringAlignment.Near.

    If you want the label to be in the center of the bar, you could use the StackColumnChart type instead of ColumnChart.