property Graph.AllowValueResize as Boolean
Indicates whether the user can resize the chart by drag and drop.

TypeDescription
Boolean A boolean expression that specifies whether the user can resize the chart by drag and drop.
By default, the AllowValueResize property is True, which indicates that the user can resize the chart by drag and drop. The AllowValueResize property has effect only if the chart requires a scroll-bar to display. 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.