IsPlainImage property: Chart class
Description
Use this property to specify whether the chart is built without interactivity features, such as data hints or drill capability.
If this property is specified as True, you will not be able to click on the chart to trigger an event. In addition, the pop-up data hints will not appear when you pass a mouse over the chart. However, you may see a performance improvement if your chart has an extremely complicated image map and you specify this property as True.
This property takes a Boolean value: True if the chart is built without interactivity, False otherwise.
The default value of this property is False.
This property is read/write.