Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#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.

#Related API Members

The following properties accept/return ChartProtection values:

#Remarks

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

See Also