_Chart.ProtectFormatting Property

Definition

True if chart formatting cannot be modified by the user.

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

Property Value

Remarks

When this property is True, the Object command on the Format menu is disabled and chart elements cannot be added, moved, resized, or deleted.

Applies to