Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
368 views
in Technique[技术] by (71.8m points)

excel - How to add an average line to a box and whisker by vba

I am quite new in the vba programming. I wrote a code to create a box and whiskerchart. By hand I can add a average line, see picture boxplot with average line. I can't find out how to do that with vba. The code below works, but how to add a line? hope someone can help. Thanks Eddy

Set Myseries = ActiveChart.FullSeriesCollection()

.Select
ActiveChart.FullSeriesCollection().QuartileCalculationInclusiveMedian = True
    
question from:https://stackoverflow.com/questions/65903297/how-to-add-an-average-line-to-a-box-and-whisker-by-vba

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...