Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 782 Bytes

Excel.ShowChartTipNames.md

File metadata and controls

36 lines (25 loc) · 782 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ShowChartTipNames property (Excel Graph)
vbagr10.chm5207986
vbagr10.chm5207986
Excel.ShowChartTipNames
0281bd54-2dbb-086f-23f7-ac507e19e519
04/12/2019
medium

ShowChartTipNames property (Excel Graph)

True if charts show chart tip names. The default value is True. Read/write Boolean.

Syntax

expression.ShowChartTipNames

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

Example

This example turns off chart tip names and values.

With myChart.Application 
 .ShowChartTipNames = False 
 .ShowChartTipValues = False 
End With

[!includeSupport and feedback]