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 one or more additional flags, as listed bellow:
  • exDisableMoveCategory (0x100), disables rearranging values/categories (default, if the flag is missing the user changes the Order property)
  • exEnableMoveSerie (0x200), enables rearranging series (changes the Position property)
  • exEnableMoveData (0x400), enables rearranging the data of the serie (changes the Data property). When this flag is used, the serie's Data should not be defined as a comma-separated list of category values (such as "Tokyo(37833000), Delhi(30290000), Shanghai(27058000)")
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. The Data property defines the values of the serie. The MoveValue event notifies the application when a user performs a drag-and-drop operation to move a category, series, or data value.

Requirements:

Behavior:

For instance, if AllowMoveValue property is: