Visual Basic: MSChart Control

AllowSelections Property

See Also   Example   Applies To

Returns or sets a value that indicates whether or not users can select chart objects.

Syntax

*object.*AllowSelections [ = boolean]

The AllowSelections property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that specifies whether selections can be made, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True (Default) The user can interactively select chart objects.
False The user cannot select chart objects.