Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that controls whether connection points are enabled.
Namespace: Microsoft.Office.Server.WebControls.Charting
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property ConnectionPointEnabled As Boolean
Get
Set
'Usage
Dim instance As WebPart
Dim value As Boolean
value = instance.ConnectionPointEnabled
instance.ConnectionPointEnabled = value
public bool ConnectionPointEnabled { get; set; }
Property Value
Type: System.Boolean
true if connection points are enabled; otherwise, false.