PlotNullData DataWindow object property
Description
Whether a continuous line is drawn between tics in a line
graph when there is no data on the X and Y axes.
Controls
Graph controls, Graph DataWindow objects
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>graphname</span>.PlotNullData |
Describe and Modify argument:
1 |
"<span>graphname</span>.PlotNullData { = '<span> value </span>' }" |
Parameter |
Description |
---|---|
graphname |
The name of the graph control in the |
value |
A boolean number indicating whether a Values are:
|
Usage
In the painter
Set the value in the Properties view, General tab, PlotNullData check
box (available when a line graph type is selected).
Examples
1 |
string setting |
1 |
setting = dw1.Object.graph_1.PlotNullData |
1 |
dw1.Object.graph_1.PlotNullData = 1 |
1 |
setting = dw1.Describe("graph_1.PlotNullData") |
1 |
dw1.Modify("graph_1.PlotNullData=1") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments