AutoRedraw Property

The AutoRedraw property returns or sets plot window auto redraw setting. Returns a Boolean.

Syntax

object.AutoRedraw

object.AutoRedraw = AutoRedraw

 

Parameter Type Description
AutoRedraw Boolean required, true to enable auto redraw

 

Example 1

This example shows how to enable auto redraw.

PlotWindow.AutoRedraw = True

Example 2

This example shows how to return the status of the redraw feature.

Debug.Print PlotWindow.AutoRedraw

 

Used by: AutoPlotWindow object