Hi guys,
I've got the following piece of code:
Code
If iSeriesNumber = 4 Then
.Format.Line.Visible = False
.MarkerStyle = xlMarkerStyleTriangle
.MarkerSize = 8
.MarkerForegroundColor = RGB(255, 255, 255)
End If
How do I set marker's border line width to 0.25 pt while still hiding the series line? At the moment border line comes up as 1pt (default?).
Many thanks