DisplayFieldButtons Property

Microsoft Office Web Components Object Model

DisplayFieldButtons Property

       

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.

Remarks

This property has no effect if the chart control is bound to a literal data source.

Example

This example hides the drop zones and field buttons on Chartspace1.

Chartspace1.DisplayFieldButtons = False