Returns or sets a value that determines when and how a chart is repainted.
Syntax
object.DrawMode [ = mode]
The DrawMode property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| mode | Integer. A value that determines how and when the chart will be redrawn, as shown in Settings. |
Settings
The settings for mode are:
| Constant | Value | Description |
| VtChDrawModeDraw | 0 | Draws directly to the display device. |
| VtChDrawModeBlit | 1 | Blits an offscreen drawing to the display device. |