Syntax

expression.ShowChartTipNames

expression A variable that represents an Application object.

Example

This example turns off chart tip names and values.

Visual Basic for Applications
With Application .ShowChartTipNames = False .ShowChartTipValues = False End With
enable chart tip headings show show chart tip names Show Chart Tip Names Property showchart showcharttip ShowChartTipNames showcharttipnames property turn off chart tip names

See also: