S
Expand Minimize
This topic has not yet been rated - Rate this topic

ShowChartTipNames Property [Excel 2003 VBA Language Reference]

Office 2003

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 Application
    .ShowChartTipNames = False
    .ShowChartTipValues = False
End With
		


Applies to | Application Object


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.