Returns or sets whether field buttons and drop zones are displayed on the chart. Set this property to False to hide the field buttons and drop zones. The default value is True. Read/write Boolean.
expression.DisplayFieldButtons
expression Required. An expression that returns a ChartSpace object.
This property has no effect if the chart control is bound to a literal data source.
This example hides the drop zones and field buttons on Chartspace1.
Chartspace1.DisplayFieldButtons = False