Whether a continuous line is drawn between tics in a line graph when there is no data on the X and Y axes..
Graph controls, Graph DataWindow objects
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:
|
Set the value in the Properties window, General category (available when a line graph type is selected).
[Visual Basic] setting = dw1.Describe("graph_1.PlotNullData")
dw1.Modify("graph_1.PlotNullData=1")