ShowChartTipNames Property Example

This example turns off chart tip names and values.

With Application
    .ShowChartTipNames = False
    .ShowChartTipValue = False
End With

Send feedback to MSDN.Look here for MSDN Online resources.