excel - chart type xlLineMarkers don't show lable axes -


i want create chart vba in excell when choice type chart "xllinemarkers" dont show lable axes code :

  worksheets("sheet2").shapes.addchart2(332, xllinemarkers, l, t, w, h).chart .setsourcedata source:=rang 

the result

but want other style xllinemarkers expected result

my excel 2016.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -