SizeToDisplay
property (DataWindow object)
Description
Whether the graph should be sized automatically to the display
area.
Applies to
Graph controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.graphname.SizeToDisplay |
Describe and Modify argument:
|
1 |
"graphname.SizeToDisplay { = 'value ' }" |
|
Parameter |
Description |
|---|---|
|
graphname |
The graph control in the DataWindow for which you |
|
value |
(exp) A boolean number specifying whether to adjust Values
Value can be a quoted DataWindow |
Usage
In the painter
Select the control and set the value in the Properties view,
General tab, Size To Display option.
Examples
|
1 2 3 4 5 |
string setting setting = dw1.Object.graph_1.SizeToDisplay dw1.Object.graph_1.SizeToDisplay = 0 setting = dw1.Describe("graph_1.SizeToDisplay") dw1.Modify("graph_1.SizeToDisplay=0") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest