I use the following statement to set the dash style of a specific series on a line chart to ROUND_DOT:
chart.series[2].format.line.dash_style = MSO_LINE.ROUND_DOT
This produces the expected output however the density of the dots on the line differs from the density of dots when using Powerpoint to set the same dash_style. The Python-Pptx version has fewer dots and therefore does not render very clearly.
I use the following statement to set the dash style of a specific series on a line chart to ROUND_DOT:
chart.series[2].format.line.dash_style = MSO_LINE.ROUND_DOT
This produces the expected output however the density of the dots on the line differs from the density of dots when using Powerpoint to set the same dash_style. The Python-Pptx version has fewer dots and therefore does not render very clearly.