property Graph.AllowValueResize as AllowKeysEnum
Defines the key combination that allows the user to resize values within the chart by drag-and-drop.

TypeDescription
AllowKeysEnum A key combination that lets the user resizes the value within the chart, by drag-and-drop
By default, the AllowValueResize property is set to exMiddleClick, which means the user can resize values in the chart by dragging with the middle mouse button. The AllowValueResize property has effect only if the chart requires a scroll-bar to display. If the property is set to exDisallow, resizing is disabled. The ValueSize property specifies the size to show a column or a bar within the chart. The following properties controls the size of columns/bars for area-compatible charts:

The Type property specifies the type of the serie (the way the data is represented). The AllowValueResize property has effect for area-compatible chart type as follows:

while the AutoFit property is not set. The AutoFit property specifies whether the control resizes the elements of the series to fit the control's content.