DisplayFieldButtons Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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