Version

AcceptsFocus Property

Determines whether or not the chart control accepts focus.
Syntax
'Declaration
 
Public Property AcceptsFocus As Boolean
public bool AcceptsFocus {get; set;}
Remarks

Leaving this set to true allows for certain mouse interaction in 3D charts. However, problems can occur when another control requests that focus be sent back to the chart. In these cases, setting AcceptsFocus to False is recommended.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also