_Chart.ProtectFormatting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.