AutoRedraw Property

 

The AutoRedraw property enables or disables Auto Redraw. Returns a Boolean.

 

Syntax

object.AutoRedraw

object.AutoRedraw = Enabled

 

Parameter

Type

Description

Enabled

Boolean

required; true to automatically redraw

 

Example 1

This example enables the automatic redraw feature.

 

PlotWindow.AutoRedraw = True

 

Example 2

This example returns the state of the automatic redraw feature.

 

Debug.Print PlotWindow.AutoRedraw

 

Used by: PlotWindow object