Forum Discussion

M_nwadibia's avatar
M_nwadibia
Resolver III
3 years ago
Solved

Data Label Display outside Bars in SSRS

Please how can I get data labels to display outside the Bars. THe labels outside the bars are okay but I want all outside. Also if I want them inside how can I achieve it?    
  • v-henryk-mstf's avatar
    3 years ago

    Hi M_nwadibia ,

     

    To get data labels to display outside the bars in SQL Server Reporting Services, you can use the "Label Position" property for the data labels. This property allows you to specify where the data labels should be positioned relative to the data points on the chart.

    To set the position of the data labels for a bar chart, follow these steps:

    • 1 Open your report in SQL Server Reporting Services and select the bar chart that you want to modify.
    • 2 In the Properties window, scroll down to the "Label Position" property and expand it.
    • 3 In the "Label Position" property, select "Outside End" from the drop-down list. This will position the data labels outside the bars, at the end of each bar.
    • 4 If you want to position the data labels inside the bars instead, select "Inside Base" from the drop-down list. This will position the data labels inside the bars, at the base of each bar.
    • 5 Once you've selected the desired position for the data labels, save your report and preview it to see the changes

    If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


    Best Regards,
    Henry


    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.