This is my first time asking a question on the Mathematica StackExchange. As the title says I'm looking for a way to add a horizontal line across my bar graph. The code I currently have is as follows:
BarPi = BarChart[dataExperimentalPi,
ChartLabels -> {A, B, C, D, E, F}, PlotRange -> {3, 3.25}]
I have a screenshot of the desired output below (along with my code at present).
Thank you so much for the help in advance.




