Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 866 Bytes

Excel.Point.ApplyPictToEnd.md

File metadata and controls

36 lines (22 loc) · 866 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Point.ApplyPictToEnd property (Excel)
vbaxl10.chm576096
vbaxl10.chm576096
Excel.Point.ApplyPictToEnd
9f814b2a-6c39-c0d9-0869-0df023c60e2c
05/09/2019
medium

Point.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 Point 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]