property Graph.AllowMoveValue as AllowKeysEnum
Defines the key combination that lets the user move or rearrange values within the chart, by drag-and-drop.

TypeDescription
AllowKeysEnum A key combination that lets the user move or rearrange values within the chart, by drag-and-drop. The AllowMoveValue property can include two additional flags, valid when multiple series are displayed:
  • exDisableMoveValue (0x100), disables moving individual values
  • exDisableMoveSerie (0x200), disables rearranging series
By default, the AllowMoveValue property is set to exDisallow, which means the user cannot rearrange values or series by drag-and-drop. The AllowMoveValue property specifies the key combination that enables users to move or rearrange values within a series, as well as reorder entire series in the chart using drag-and-drop. The Order property gets or sets the custom display sequence of values or categories by their zero-based indexes. The Position property specifies the position of the serie.

Requirements:

Behavior:

For instance, if AllowMoveValue property is: