Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,905 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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:
Desired:
Try using SeriesChartType.StackedColumn instead of SeriesChartType.Column as shown below:
Result is: