ShowChartTipNames Property

Applies To

Application object.

Description

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

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