title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.ShowChartTipValues property (Excel) |
vbaxl10.chm133209 |
|
|
886b2cf9-f6b3-3770-3082-28f2f99863cd |
04/05/2019 |
medium |
True if charts show chart tip values. The default value is True. Read/write Boolean.
expression.ShowChartTipValues
expression A variable that represents an Application object.
This example turns off chart tip names and values.
With Application
.ShowChartTipNames = False
.ShowChartTipValues = False
End With
[!includeSupport and feedback]