Chart control. I need to show the Label of the bar in the middle of the bar not on top

Alvord, Timothy 276 Reputation points
2024-11-12T17:50:08.4466667+00:00

I need to show the Label of the bar in the middle of the bar not on top. To get the original photo below, I have set the series flag IsValueShownAsLabel to true. The desired label position is shown in the second screenshot.

Original:

User's image

Desired:

User's image

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,905 questions
{count} votes

Accepted answer
  1. SurferOnWww 3,376 Reputation points
    2024-11-13T01:44:32.1166667+00:00

    Try using SeriesChartType.StackedColumn instead of SeriesChartType.Column as shown below:

    enter image description here

    Result is:

    enter image description here

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.