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.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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.