| |
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)")
| |