Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartProtection Enum

Lists values used to specify the capability of an end-user to interact with the protected chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[Flags]
public enum ChartProtection

Members

Name Description
None

Specifies that a chart is not protected.

ChartObject

Specifies that an end-user is not allowed to edit a chart.

Data

Specifies that an end-user is not allowed to change chart data links.

Formatting

Specifies that an end-user is not allowed to format chart elements.

Selection

Specifies that an end-user is not allowed to select chart elements.

UserInterface

Specifies that a chart cannot be modified from the user interface.

All

Specifies that an end-user is not allowed to select a chart, modify its elements and change chart data references.

Remarks

The values listed by this enumeration are used to set the ChartOptions.Protection property.

See Also