PlotNullData

Description

Whether a continuous line is drawn between tics in a line graph when there is no data on the X and Y axes..

Applies to

Graph controls, Graph DataWindow objects

Syntax

Describe and Modify argument:

"graphname.PlotNullData { = ' value ' }"

Parameter

Description

graphname

The name of the graph control in the DataWindow object for which you want to get or set the perspective.

value

A boolean number indicating whether a continuous line is drawn between tics in a line graph when there is no data.

Values are:

  • 0 – (False) The line is broken when there is no data.

  • 1 – (True) The line is continuous.

Usage


In the painter

Set the value in the Properties window, General category (available when a line graph type is selected).

Examples

Example 1

[Visual Basic]
setting = dw1.Describe("graph_1.PlotNullData")

Example 2

dw1.Modify("graph_1.PlotNullData=1")