Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 754 Bytes

Excel.AutoText.md

File metadata and controls

32 lines (22 loc) · 754 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AutoText property (Excel Graph)
vbagr10.chm65671
vbagr10.chm65671
Excel.AutoText
629627fc-f7b9-b7e9-1675-195bfb435b54
04/09/2019
medium

AutoText property (Excel Graph)

True if the object automatically generates appropriate text based on context. Read/write Boolean.

Syntax

expression.AutoText

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

Example

This example sets the data labels for series one to automatically generate appropriate text.

myChart.SeriesCollection(1).DataLabels.AutoText = True

[!includeSupport and feedback]