_Chart.ProtectSelection Property

Definition

True if chart elements cannot be selected.

public:
 property bool ProtectSelection { bool get(); void set(bool value); };
public bool ProtectSelection { get; set; }
Public Property ProtectSelection As Boolean

Property Value

Remarks

When this property is True, shapes cannot be added to the chart, and the Click and DoubleClick events for chart elements don’t occur.

Applies to