ProvideX V8.20 > Language Reference > 7. Control Object Properties
716
Parent
BUTTON   CHART   CHECK_BOX   DROP_BOX   GRID   H_SCROLLBAR   LIST_BOXKLIST_VIEW
MULTI_LINE   RADIO_BUTTON   TREE_VIEW  TRISTATE_BOX   VARDROP_BOX   VARLIST_BOX
V_SCROLLBAR
Parent window handle.
PointText$
CHART
Point label values. Single string of point label values where last character is delimiter.
PrefixData
TREE_VIEW
Control prefix on data loaded into tree view. 0=No prefix on the data - data has
bitmap option off; 1=Data loaded in the tree view can be prefixed with curly braces
containing a bitmap, state value, and tag value (separated with semi-colons) - data
has bitmap option on; 2=Returns same prefix with curly braces when data is read,
and can be supplied when the data is written (as above).
Proportions2M       CHART
Proportions to margins. 0=Off; 1=On. Sets the chart to the variable-proportion mode,
which means that it is proportional to the current height-to-width ratio of the
chart-window that contains the chart. Default: 0.
ProportionDW
CHART
Depth to width. Sets percentage of chart-depth to chart-width for altering depth
proportions of three-dimensional charts. Assigning a 0 zero forces default values
according to chart type. Default is ProportionDW=100 for pie chart,
ProportionDW=50 for other chart types.
ProportionHW
CHART
Height to width. Sets percentage of chart-height to chart-width for altering
proportions of two-dimensional charts. Assigning a 0 zero forces default values
according to chart type. Default is ProportionHW=5 for pie charts,
ProportionHW=100 for other chart types.
RangeMax
CHART
Set ceiling value of the Y-axis. The chart view will be adjusted according to
RangeMin and RangeMax values.
RangeMin
CHART
Set floor value of the Y-axis. The chart view will be adjusted according to
RangeMin and RangeMax values.
RangeText$
CHART
Text of custom label for Stack Chart (one point per dataset). Labels are placed on the right
side. Labels must be added sequentially, starting from 1, up to the number of sets; e.g.,
X'CURRENTSET=1, X'CURRENTPOINT=1, X'RANGETEXT$="Label One".