716
Parent
Parent
window handle.
PointText$
Point
label values. Single string
of point label
values where
last character
is delimiter.
PrefixData
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).
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
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
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
Set
ceiling value
of the Y-axis. The chart
view will
be adjusted according
to
RangeMin and
RangeMax values.
RangeMin
Set
floor value
of the Y-axis. The chart
view will
be adjusted according
to
RangeMin and
RangeMax values.
RangeText$
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".