BackColor
property (DataWindow object)
Description
The background color of a graph in a DataWindow.
Applies to
Graph controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.graphname.BackColor |
Describe and Modify argument:
|
1 |
"graphname.BackColor { = long }" |
|
Parameter |
Description |
|---|---|
|
graphname |
The graph whose background color you want to get or |
|
long |
(exp) A long expression specifying the color (red, |
Usage
In the painter
Select the graph control and set the value in the Properties view,
General tab.
Examples
|
1 2 3 |
dw1.Object.graph_1.BackColor = 250 setting = dw1.Describe("graph_1.BackColor") dw1.Modify("graph_1.BackColor=250") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest