Syntax

expression.ShowChartTipValues

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 values show chart tip values Show Chart Tip Values Property showchart showcharttip ShowChartTipValues showcharttipvalues property turn off chart tip values

See also: