ShowChartTipValues Property Example

This example turns off chart tip names and values.

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