True if charts show chart tip values. The default value is True. Read/write Boolean.
Example
This example turns off chart tip names and values.
With Application
.ShowChartTipNames = False
.ShowChartTipValue = False
End With
True if charts show chart tip values. The default value is True. Read/write Boolean.
This example turns off chart tip names and values.
With Application
.ShowChartTipNames = False
.ShowChartTipValue = False
End With