ApplyPictToFront Property

Microsoft Graph Visual Basic

ApplyPictToFront Property

       

True if a picture is applied to the front of the point or all points in the series. Read/write Boolean.

expression.ApplyPictToFront

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

This example applies pictures to the front of all points in series one. The series must already have pictures applied to it (setting this property changes the picture orientation).

myChart.SeriesCollection(1).ApplyPictToFront = True