The rows in the DataWindow used in the graph control. Range can be all rows, the rows on the current page, or a group that you have defined for the DataWindow.
Graph controls
PocketBuilder dot notation:
dw_control.Object.controlname.Range
Describe argument:
"controlname.Range"
Parameter |
Description |
---|---|
controlname |
The name of the graph control within the DataWindow that will display the graphed rows |
Possible values are:
-1 — The rows on a single page in the DataWindow object
0 — All the rows in the DataWindow object
n — The number of a group level in the DataWindow object
Select the control and set the value in the Properties view, Data tab, Rows option.
string setting
setting = dw_1.Object.graph_salary.Range
setting = dw_1.Describe("graph_salary.Range")
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |