Deselect Method

Applies To

Chart Object.

Description

Cancels the selection for the specified chart.

Syntax

object.Deselect

object

Required. The Chart object.

See Also

Select Method, Selection Property.

Example

This example is equivalent to pressing ESC in the active chart. The example should be run on a chart that has a component (such as an axis) selected.


ActiveChart.Deselect