-
xyCoordData
-
Specifies the array of data object ids that provide the X/Y coordinate
pairs to be plotted. This resource is a data resource partially managed
with the help of the DataComm superclass.
Default: NULL
-
xyCoordDataSpec
-
This resource is a retrievable resource only. It is used to allow the
user a greater amount of configurability for how each coordinate pair
array is displayed in the XyPlot. After adding
DataItems to the XyPlot
xyCoordData resource, this resource can be
retrieved to get an array of XyDataSpec object ids.
This array is ordered so that the elements of this array correspond
directly with the elements of the xyCoordData
array resource. The XyDataSpec
resources can be set to each object in this array. This will
determine exactly how the corresponding DataItem in the
xyCoordData resource will be rendered in
the XyPlot.
Default: NULL
-
xyXStyle
-
Sets the style for the X-axis of the XyPlot. The styles
are LOG, LINEAR, IRREGULAR, TIME, and
GEOGRAPHIC. These are identical to the styles available through
the TickMark object. XyPlot
does not allow the programmer to set the top and bottom styles directly
like it is done in the TickMark object. To achieve
multiple scales (i.e. Pressure on top, Km on bottom) either the
tmX[TB]Mode
can be set to EXPLICIT and strings representing the
alternate scale provided.
Default: LINEAR
-
xyYStyle
-
Sets the style for the Y-axis of the XyPlot. The styles
are LOG, LINEAR, IRREGULAR, TIME, and
GEOGRAPHIC. These are identical to the styles available through
the TickMark object. XyPlot
does not allow the programmer to set the left and right styles directly
like it is done in the TickMark object. To achieve
multiple scales (i.e. Pressure on left, Km on right) either the
tmY[TB]Mode
can be set to EXPLICIT and strings representing the
alternate scale provided.
Default: LINEAR
-
xyXIrregularPoints
-
An array of floats that specify a discrete representation of an irregular
coordinate system. The values in this array must be monotonic increasing
or decreasing. This resource is only used if xyXStyle
is IRREGULAR
Default: NULL
-
xyYIrregularPoints
-
An array of floats that specify a discrete representation of an irregular
coordinate system. The values in this array must be monotonic increasing
or decreasing. This resource is only used if xyYStyle
is IRREGULAR
Default: NULL
-
xyXIrrTensionF
-
Specifies the tension to apply to the spline approximation used to determine
the transformation for the xyXIrregularPoints.
This resource is only used if xyXStyle is
IRREGULAR.
Default: 2.0
-
xyYIrrTensionF
-
Specifies the tension to apply to the spline approximation used to determine
the transformation for the xyYIrregularPoints.
This resource is only used if xyYStyle is
IRREGULAR.
Default: 2.0
-
xyComputeXMin
-
If this resource is True, then the
trXMinF resource will
be recalculated every time the xyCoordData
resource is modified. If this resource is False, then the trXMinF
resource will not be recalculated each time the xyCoordData
resource is modified.
Default: dynamic
If the programmer specifies the trXMinF resource, then the default
for this resource will be False. If the programmer doesn't specify the
trXMinF resource, then the default for this resource will be True.
-
xyComputeXMax
-
If this resource is True, then the
trXMaxF resource will
be recalculated every time the xyCoordData
resource is modified. If this resource is False, then the trXMaxF
resource will not be recalculated each time the xyCoordData
resource is modified.
Default: dynamic
If the programmer specifies the trXMaxF resource, then the default
for this resource will be False. If the programmer doesn't specify the
trXMaxF resource, then the default for this resource will be True.
-
xyComputeYMin
-
If this resource is True, then the
trYMinF resource will
be recalculated every time the xyCoordData
resource is modified. If this resource is False, then the trYMinF
resource will not be recalculated each time the xyCoordData
resource is modified.
Default: dynamic
If the programmer specifies the trYMinF resource, then the default
for this resource will be False. If the programmer doesn't specify the
trYMinF resource, then the default for this resource will be True.
-
xyComputeYMax
-
If this resource is True, then the
trYMaxF resource will
be recalculated every time the xyCoordData
resource is modified. If this resource is False, then the trYMaxF
resource will not be recalculated each time the xyCoordData
resource is modified.
Default: dynamic
If the programmer specifies the trYMaxF resource, then the default
for this resource will be False. If the programmer doesn't specify the
trYMaxF resource, then the default for this resource will be True.