Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 871 Bytes

Excel.Series.ApplyPictToEnd.md

File metadata and controls

36 lines (22 loc) · 871 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Series.ApplyPictToEnd property (Excel)
vbaxl10.chm578117
vbaxl10.chm578117
Excel.Series.ApplyPictToEnd
40d4dca5-1747-c9c6-a117-29939bf4cd74
05/11/2019
medium

Series.ApplyPictToEnd property (Excel)

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

Syntax

expression.ApplyPictToEnd

expression A variable that represents a Series object.

Example

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

Charts(1).SeriesCollection(1).ApplyPictToEnd = True

[!includeSupport and feedback]