Series.ApplyPictToFront (Word)

True se uma figura for aplicada à frente do ponto ou de todos os pontos na série. Boolean de leitura/gravação.


With ActiveDocument.InlineShapes(1) 
 If .HasChart Then 
 .Chart.SeriesCollection(1).ApplyPictToFront = True 
 End If 
End With