I have a barchart of the type BAR_Clustered. So basicly a Horizontal barchart. I would like to display the category inside the bar and the value outside end. I think its not possible to set 2 diffrent positions for the same datalabel. That's why I am trying to add a Textbox in every bar and just wright in the category. My problem is that i don't know how many bars there will be and where they will be. So my question is. Is there a way to get the top,bottom,left and right values of a bar or a datalabel?
I already searched the pptx docx for some properties with the needed values, but couldn't find something useful.