Can you stop chart control from showing drop areas?

J

Jim Hubbard

I can't seem to find how to access this property - except through a
right-click.
 
T

Thao Moua [ms]

To suppress the dropzones, use the following code.

webchart.DisplayFieldButtons =false

Thao Moua
OWC Webchart Support
 
J

Jim Hubbard

got it....thanks!


Thao Moua said:
To suppress the dropzones, use the following code.

webchart.DisplayFieldButtons =false

Thao Moua
OWC Webchart Support
 
Top