Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 301 Bytes

0281bd54-2dbb-086f-23f7-ac507e19e519.md

File metadata and controls

18 lines (10 loc) · 301 Bytes

ShowChartTipNames Property

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

Example

This example turns off chart tip names and values.

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