Domain
Valid Parents: Viewport
Valid Children: Arrow,
Axis, Graph, Legend,
Note
Description
The Domain object provides a means for organizing the
axes, data limits, and data units for one or more graphs. Each domain
defines a coordinate system which provides common axes for all of the
graphs in that domain.
Domain Resource Tabs
Domain Resources
Class Resource Set
The Classes resources allow you to control the datatocolor
mapping for Scatter, Grid, 2D Contour, 3D Contour, and 4D Contour graphs.
Color mapping is achieved by dividing the data into a sequence of subranges
and associating a color to each of these ranges. Data points within each
range are colored according to the color assigned to the range. The term
'class' refers to a single color coded data range. All the ranges for
a given dataset are collectively called the 'class limits' of the data.
Two methods can be used to calculated class limits: percentiles
and limits. The Percentile method provides even data distribution, with
the total quantity of data divided evenly into each class by default.
The Limits method provides even class intervals by default, with a regular
class step determined by the data limits divided by the number of classes.
When a domain contains more than one graph, the class
values for the domain are calculated from data for the first graph in
the domain.
New Resources
Domain/Class Resource Set
Calculation Mode (XuNcalculationMode)
Default limits are calculated using Min/Max mode, where only the minimum
and maximum class limits are used to determine the step. Other supported
modes are Min+Step and MaxStep. When Min+Step is selected, the minimum
limit and the step determine the values for the other limits. When MaxStep
is selected, the maximum value and the step are used.
- Type: string
- Default: "minMax"
- Range: "minMax" ," minStep"
," maxStep"
Class Data (XuNclassData)
The name of a dataset or an expression containing the explicit values
for the classes. When this resource is used, the other resource settings
that can be used to calculate class limits are ignored.
- Type: string
- Default: Unset
- Range: N/A
Class Type (XuNclassType)
The method upon which class limits are determined. Percentiles distributes
the data evenly, limits creates even class intervals.
- Type: string
- Default: "percentiles"
- Range: "percentiles" ," limits"
Limit Step (XuNlimitStep)
When XuNcalculationMode (Calculation Mode) is set to Min+Step, this value
is added to the Minimum Limit to determine the class limits. When mode
is MaxStep, this value is subtracted from the Maximum Limit to determine
the classes.
- Type: float
- Default: 0.1
- Range:
Maximum Limit (XuNmaxLimit)
When XuNclassType (Class Type) is Limits, this resource defines the maximum
limit for calculating the class.
- Type: float
- Default: 0.9
- Range:
Maximum Percentile (XuNmaxPercentile)
When XuNclassType (Class Type) is set to percentiles, this resources specifies
the maximum upon which the class step is calculated.
- Type: float
- Default: 90
- Range:
Minimum Limit (XuNminLimit)
When Class Type is Limits, this resource defines the minimum limit for
calculating the class.
- Type: float
- Default: 0.1
- Range:
Minimum Percentile (XuNminPercentile)
When XuNclassType (Class Type) is set to percentiles, this resources specifies
the minimum upon which the class step is calculated.
- Type: float
- Default: 10
- Range:
Number of Values (XuNnumValues)
The number of class values. For n values, n+1 classes are defined.
- Type: float
- Default: 9
- Range: 2:254
Percentile Step (XuNpercentileStep)
When XuNclassType (Class Type) is set to percentiles, this resources specifies
the step upon which the class step is calculated.
- Type: float
- Default: 10
- Range:
Shading Scale (XuNshadingScale)
The shading scale to used to color the classes. Shading scales are interpolated
color scales that provide unique class colors regardless of the size of
- Type: string
- Default: "default"
- Range: "default" ," cyanYellowRed"
,"grey" ," topographic" ," rainbow" ,"blueWhiteRed"
," user1" ," user2" ,"user3" ," user4"
,""
Number of Colors (XuNnumColors)
- Type: float
- Default: 88
- Range: 2:255
Undefined Color (XuNundefinedColor)
The color used to represent undefined data values.
- Type: float
- Default: Unset
- Range:
Limits Resource Set
The Limitsrelated resources allow you to set the minimum
and maximum range limits of the axes to be drawn.
The domain's default ranges are based on the minimum and
maximum values of the 'enabled' datasets in the domain. If a graph is
disabled with the XuNobjectEnabled (Object Enabled) resource, its ranges
are not included in the Domain limits.
Setting the limits to a range that is less than the maximum
value and/or greater that the minimum value of the data will cause data
values outside of the range to be drawn beyond the axis limits. To restrict
the drawing of graphs beyond the viewport, turn on clipping with XuNgraphClipping
(Graph Clipping). Clipping of the X values of the Line, Scatter, Bar,
Linebar, Area, Staircase and Stair Area graphs is control by the resource
XuNxDataClipping (X Data Clipping).
New Resources
Domain/Limits Resource Set
Length of R Unit (XuNaxisRRange)
The true scale R data range per unit.
- Type: float
- Default: Unset
- Range:
Unit (XuNaxisScaleUnit)
The physical unit on which true scale axis scaling is based. With true
scaling, the axis major tickmarks are spaced with a fixed amount of data
drawn for each unit interval, even is this means extending the axis beyond
the viewport. True scaling is affected by the Page resource. See XuNdisplayMode
(Display Mode). If display mode is absolute you will get an accurate true
scale on the screen. If the display mode is relative and a specific page
size is requested, the axis will be scaled proportional to the page size
which is scaled to fit within the display area. In this case, true scale
only applies when the graph is printed. The X,Y, or R data quantities
per unit are specified in the following resources.
- Type: string
- Default: "mm"
- Range: "mm" ," cm" ,"
m" ," in" ," ft"
Length of X Unit (XuNaxisXRange)
The true scale X data range per unit.
- Type: float
- Default: Unset
- Range:
Length of Y Unit (XuNaxisYRange)
The true scale Y data range per unit.
- Type: float
- Default: Unset
- Range:
Direction (XuNdirection)
The direction of the increment of the T coordinate. Possible options:
| Label |
Value |
Description |
|
"counterClockwise" |
T coordinate increases counter clockwise. |
|
"clockwise" |
T coordinate increases clockwise. |
- Type: string
- Default: "counterClockwise"
- Range: "counterClockwise" ,"
clockwise"
Priority (XuNpriority)
This resource sets the drawing priority of the object. By default objects
of the same class are drawn in the order of creation. Setting an object's
priority repositions it in the drawing sequence.Like objects are drawn
in ascending order of priority; the object with the largest priority setting
is drawn on the top.
- Type: float
- Default: 0
- Range: 127:128
R Maximum (XuNrMaximum)
The maximum value of the domain's Raxis. The maximum limit is interchanged
with minimum limit if the maximum is less than the minimum. A warning
message is also issued.
- Type: float
- Default: Unset
- Range:
R Minimum (XuNrMinimum)
The minimum value of the domain's Raxis. By default the R minimum is
set to the minimum of the 'enabled' datasets in the domain. The default
value is affected by XuNgraphClearance (Graph Clearance) as described
for the resource XuNxMinimum (X Minimum)
- Type: float
- Default: Unset
- Range:
R Origin (XuNrOrigin)
The polar origin of the domain's Raxis. For a linear scale, the origin
is set to 0 if the R minimum limit is greater or equal to 0, otherwise
it is set to R minimum. For log scale, the origin is always set to the
R minimum limit by default. In polar graphs where the variations of R
with T are small, the variations can be emphasized by setting the origin
equal to R minimum limit. The origin value is interchanged with the R
minimum limit if the origin is greater than the minimum. A warning message
is also issued.
- Type: float
- Default: true
- Range: false,true
Rotation (XuNrotation)
Allows you to rotate the Raxis at T=0. The choice can be any value in
degrees and it is treated modulo 360. The angle of rotation is always
measured counterclockwise from the horizontal Xaxis.
- Type: float
- Default: 0
- Range: 0:360
T Maximum (XuNtMaximum)
The maximum angle of the domain's Taxis. The choice can be any value
and it is treated modulo 360. By default, it is set to 360. A full circle
is defined if the minimum and maximum angles of the Taxis are equal.
Also, the Taxis is labelled between 0 and 360 degrees if the maximum
angle is positive, and between 0 and 360 if the maximum angle is negative.
Note that the angle between 'T Minimum' and 'T Maximum' is also treated
modulo 360.
- Type: float
- Default: 360
- Range: 0:360
T Minimum (XuNtMinimum)
Allows you to set the minimum angle (degrees) of the Taxis of the currently
selected domain. The choice can be any value and it is treated modulo
360. By default, it is set to 0.
- Type: float
- Default: 0
- Range: 0:360
Date Maximum (XuNxMaxDate)
The maximum date for combined date/time data of the domain's Xaxis.
- Type: string
- Default: Unset
- Range: N/A
X Maximum (XuNxMaxDateTime)
The maximum date or time of the domain's Xaxis. The default value is
affected by XuNgraphClearance (Graph Clearance) as described for the resource
XuNxMinimum (X Minimum).
- Type: string
- Default: Unset
- Range: N/A
X Maximum (XuNxMaximum)
The maximum value of the domain's Xaxis. The default value is affected
by XuNgraphClearance (Graph Clearance) as described for the resource
- Type: float
- Default: 100
- Range:
X Minimum (XuNxMinimum)
- Type: float
- Default: 0
- Range:
Time Maximum (XuNxMaxTime)
The maximum time for combined date/time data of the domain's Xaxis.
- Type: string
- Default: Unset
- Range: N/A
Date Minimum (XuNxMinDate)
The minimum date for combined date/time data of the domain's Xaxis.
- Type: string
- Default: Unset
- Range: N/A
X Minimum (XuNxMinDateTime)
The minimum date or time of the domain's Xaxis. By default the minimum
X value is set to the X minimum of the 'enabled' datasets in the domain.
The default value is affected by XuNgraphClearance (Graph Clearance) as described
for the resource XuNxMinimum (X Minimum).
- Type: string
- Default: Unset
- Range: N/A
X Minimum (XuNxMinimum)
The minimum value of the domain's Xaxis. By default the minimum X value
is set to the minimum X data value of the 'enabled' datasets in the domain.
If the resource XuNgraphClearance (Graph Clearance) on page868 is turned
on, then the limits are extended to provide additional clearance on the
axis. For discrete data along the axis, the X minimum is adjusted to give
clearance of half the distance between two regular successive X values.
For continuous data, the X minimum is adjusted to give a 'nice number'
and some clearance. XuNgraphClearance (Graph Clearance) is ignored if
the axis limit is specified explicitly.
- Type: float
- Default: 0
- Range:
Time Minimum (XuNxMinTime)
The minimum time for combined date/time data of the domain's Xaxis.
- Type: string
- Default: Unset
- Range: N/A
Date Maximum (XuNyMaxDate)
The maximum date for combined date/time data of the domain's Yaxis.
- Type: string
- Default: Unset
- Range: N/A
Y Maximum (XuNyMaxDateTime)
The maximum date or time of the domain's Yaxis.
- Type: string
- Default: Unset
- Range: N/A
Y Maximum (XuNyMaximum)
The maximum value of the domain's Yaxis. The default value is affected
by XuNgraphClearance (Graph Clearance) as described
for the resource
- Type: float
- Default: 100
- Range:
X Minimum (XuNxMinimum)
- Type: float
- Default: 0
- Range:
Time Maximum (XuNyMaxTime)
The maximum time for combined date/time data of the domain's Yaxis.
- Type: string
- Default: Unset
- Range: N/A
Date Minimum (XuNyMinDate)
The minimum date for combined date/time data of the domain's Yaxis.
- Type: string
- Default: Unset
- Range: N/A
Y Minimum (XuNyMinDateTime)
The minimum date or time of the domain's Yaxis. The default value is
affected by XuNgraphClearance (Graph Clearance) as described
for the resource XuNxMinimum (X Minimum) on
page862.
- Type: string
- Default: Unset
- Range: N/A
Y Minimum (XuNyMinimum)
The minimum value of the domain's Yaxis. The default value is affected
by XuNgraphClearance (Graph Clearance) as described
for the resource
- Type: float
- Default: 0
- Range:
X Minimum (XuNxMinimum)
- Type: float
- Default: 0
- Range:
Time Minimum (XuNyMinTime)
The minimum time for combined date/time data of the domain's Yaxis.
- Type: string
- Default: Unset
- Range: N/A
Date Maximum (XuNzMaxDate)
The maximum date for combined date/time data of the domain's Zaxis.
- Type: string
- Default: Unset
- Range: N/A
Z Maximum (XuNzMaxDateTime)
The maximum date or time of the domain's Zaxis.
- Type: string
- Default: Unset
- Range: N/A
Z Maximum (XuNzMaximum)
The maximum value of the domain's Zaxis. The default value is affected
by XuNgraphClearance (Graph Clearance) as described
for the resource
- Type: float
- Default: 100
- Range:
X Minimum (XuNxMinimum)
- Type: float
- Default: 0
- Range:
Time Maximum (XuNzMaxTime)
The maximum time for combined date/time data of the domain's Zaxis.
- Type: string
- Default: Unset
- Range: N/A
Date Minimum (XuNzMinDate)
The minimum date for combined date/time data of the domain's Zaxis.
- Type: string
- Default: Unset
- Range: N/A
Z Minimum (XuNzMinDateTime)
The minimum date or time of the domain's Zaxis.
- Type: string
- Default: Unset
- Range: N/A
Z Minimum (XuNzMinimum)
The minimum value of the domain's Zaxis. The default value is affected
by XuNgraphClearance (Graph Clearance) as described
for the resource
- Type: float
- Default: 0
- Range:
X Minimum (XuNxMinimum)
- Type: float
- Default: 0
- Range:
Time Minimum (XuNzMinTime)
The minimum time for combined date/time data of the domain's Zaxis.
- Type: string
- Default: Unset
- Range: N/A
Projections Resource Set
The Projection resources allow you to project all graphs
in a domain onto a plane. Note that legends are not projected along with
a domain.
New Resources
Domain/Projection Resource Set
3D Plane (XuN3DPlane)
Turn the projection On or Off. Note that if a 2D domain has its projection
turned On, other 2D domains in the same viewport are also projected regardless
of their projection settings. Similarly, including a 3D domain in the
same viewport causes other 2D domains to be projected.
- Type: float
- Default: false
- Range: false,true
Level (XuNlevel)
When the resource XuNlocation (Location) is
set to inside, then this resource controls the placement of the plane
between the top and bottom of the 3D workbox. Values range from 0 (bottom)
to 1 (top).
- Type: float
- Default: 0.5
- Range: 0:1
Location (XuNlocation)
The graph may be drawn on the top, bottom, or inside the 3D workbox. For
example, if your graph is projected onto the XZ plane, then you can choose
to have it drawn at the maximum of the Y range by choosing Top. If you
choose inside, then the graph will be drawn in the middle of the Y range.
The resource XuNlevel (Level) can be used to adjust the position within
the box. The default Location is bottom.
- Type: string
- Default: "bottom"
- Range: "bottom" ," top"
," inside"
Mirror X (XuNmirrorX)
Mirroring reverses the X values so that the positive values become negative
and vice versa.
- Type: float
- Default: false
- Range: false,true
Mirror Y (XuNmirrorY)
Mirroring reverses the Y value so that the positive values become negative
and vice versa.
- Type: float
- Default: false
- Range: false,true
Plane (XuNplane)
Choose the plane in which the graph is projected. The default is the XY
plane.
- Type: string
- Default: "xy"
- Range: "xy" ," yz" ,"
xz"
Plinth (XuNplinth)
This resource controls the visibility of a plinth (square base) around
the projected plane.
- Type: float
- Default: false
- Range: false,true
Color (XuNplinthColor)
T color of the plinth.
- Type: float
- Default: 1
- Range:
Color (XuNplinthFrameColor)
This resource sets the color of the frame around the plinth.
- Type: float
- Default: 1
- Range:
Width (XuNplinthFrameWidth)
The plinth has a frame around it, the thickness of which can be set with
this resource.
- Type: float
- Default: 0
- Range: 0:1
Height (XuNplinthHeight)
The height of the plinth.
- Type: float
- Default: 4
- Range: 0:20
Style Resource Set
The Style resources control the appearance of graphs in
the domain.
New Resources
Domain/Style Resource Set
Bar Spacing (XuNbarSpacing)
This resource refers to the spacing between bars in different graphs but
within the same domain (clustered bar graphs). The spacing is a percentage
of the minimum distance between any two bars.
- Type: float
- Default: 0
- Range: 0:100
Chart Start Color (XuNchartStartColor)
The color index of the first graph in the domain. This color index is
increased for each additional graph added to the domain. For Pie graphs,
this resource controls the color index of the first sector of the pie.
Succeeding sectors will by default be colored clockwise by incrementing
this value. This resource does not apply to Grid, 2D Contour, 2D Vector
and all 3D and 4D graphs.
- Type: float
- Default: 1
- Range:
Graph Clearance (XuNgraphClearance)
When turned on, this resource adjusts the spacing of the axis of a domain
so that bars or other items such as symbols will not be drawn at the edges
of the viewport. For discrete data along the axis, the clearance is set
to half of the distance between two regular successive data values. For
continuous data, the axis limits are adjusted to give a 'nice number'
and some clearance. For date and time, the date/time limits are displaced
from the ends of the axle to give clearance of half the distance between
two regular successive data values.
- Type: float
- Default: true
- Range: false,true
Graph Clipping (XuNgraphClipping)
This sets the clipping for all graphs and their labels and markers in
the currently selected domain. When set to true (On), the clipping is
performed at the edges of the viewport. When false (Off), the Y data may
extend beyond the viewport.
- Type: float
- Default: false
- Range: false,true
Graph Stacking (XuNgraphStacking)
This resource specifies that the graphs in the domain are stacked on top
of one another. To stack graphs means that the maximum value of a preceding
graph is used as the start value of the next graph, so that they appear
to be stacked on top on each other. The graphs are stacked in their order
of creation, or by the graph priority set with XuNpriority (Priority). Note that graph stacking does
not apply to the following graph types: Grid, 2D Contour, 3D Line, 3D
Scatter, 3D Regular Bar, and 3D Irregular Bar.
- Type: float
- Default: false
- Range: false,true
Enabled (XuNreferenceLine)
Controls the visibility of the reference line as defined by XuNreferenceValue
(Reference Value).
- Type: float
- Default: false
- Range: false,true
Color (XuNreferenceLineColor)
The color of the reference line.
- Type: float
- Default: 1
- Range:
Style (XuNreferenceLineStyle)
The style of the reference line. Refer to the line style table for a sample
of the possible line styles.
- Type: string
- Default: "lineStyle0"
- Range: "lineStyle0" ,"lineStyle0":"lineStyle11"
Width (XuNreferenceLineWidth)
The width of the reference line.
- Type: float
- Default: Unset
- Range: 0:5
Reference Value (XuNreferenceValue)
This value sets the Y base reference for all graphs in a domain. It is
assumed to be ¥ as default. When set to a value within the range of the
data, the graph data will be plotted in respect to it. For Bar graphs,
bars will extend above and below this base value. Line, Area, and Bar
graphs have two color resources for data values above or below the reference
value, XuNcolor
(Color) and XuNnegativeColor
(Negative Color). Note that this resource does not apply to the following
graph types: Scatter, Pie, Grid, 2D Contour, 2D Vector and all 3D and
4D graphs.
- Type: float
- Default: Unset
- Range:
X Data Clipping (XuNxDataClipping)
When set to false (Off), the X data is not clipped and can extend beyond
the viewport.
- Type: float
- Default: true
- Range: false,true
X Data Type (XuNxDataType)
The type of data used by each graph in the domain. Possible options:
| Label |
Value |
Description |
| Discrete |
"discrete" |
A sequential dataset is implicitly
assumed for use with the supplied dataset on the transverse axis. |
| Continuous |
"continuous" |
A float dataset is explicitly provided. |
| Date |
"date" |
A date dataset is explicitly provided. |
| Time |
"time" |
A time dataset is explicitly provided. |
| Date and Time |
"dateTime" |
Both date and time datasets are explicitly
provided. |
- Type: string
- Default: "discrete"
- Range: "discrete" ," continuous"
," date" ,"time" ," dateTime"
XY Orientation (XuNxyOrientation)
This resource swaps the 2D X and Y axis so that the Xaxis runs vertically
up the screen rather than horizontally. This resource does not apply to
Grid, 2D Contour, 2D Vector and all 3D and 4D graphs.
- Type: string
- Default: "normalXY"
- Range: "normalXY" ," swappedXY"
Y Data Type (XuNyDataType)
See XuNxDataType (X Data Type).
- Type: string
- Default: "discrete"
- Range: "discrete" ," continuous"
," date" ,"time" ," dateTime"
Z Data Type (XuNzDataType)
See XuNxDataType (X Data Type). Discrete data
is not allowed for (X Data Type). Discrete data is not allowed for the
Z axis, a dataset must be explicitly provided.
- Type: string
- Default: "continuous"
- Range: "continuous" ," date"
," time" ,"dateTime"
Switches Resource Set
The Switches resources allow you to control visibility
of frequentlyused axis components. By default, the 1st X and Y axes are
drawn for the very first domain encountered in the graph. If this domain
contains only pie charts, then the 1st axes are not drawn. If the first
domain is empty then the 1st axes are still drawn.
New Resources
Domain/Switches Resource Set
Enabled (XuN1st2DRAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: true
- Range: false,true
Scale Location (XuN1st2DRAxisScaleLocation)
Allows you to choose which side of the axis line (axle) the scale of the
axis (tickmarks, labels, and units) appears. If the scale location is
not set, then a right location is used if XuNaxleCrossValue
(Cross Value) is less than or equal to the midpoint of the transverse
axis, otherwise a left location is used.
- Type: string
- Default: "right"
- Range: "right" ," left"
Ticklines (XuN1st2DRAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN1st2DRAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN1st2DTAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: true
- Range: false,true
Scale Location (XuN1st2DTAxisScaleLocation)
Allows you to choose which side of the axis line (axle) the scale of the
axis (tickmarks, labels, and units) appears. If the scale location is
not set, then a right location is used if XuNaxleCrossValue
(Cross Value) is less than or equal to the midpoint of the transverse
axis, otherwise a left location is used.
- Type: string
- Default: "right"
- Range: "right" ," left"
Ticklines (XuN1st2DTAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN1st2DTAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN1st2DXAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: true
- Range: false,true
Scale Location (XuN1st2DXAxisScaleLocation)
Allows you to choose which side of the axle the scale of the axis (tickmarks,
labels, and units) appears. A normal scale is displayed below or left
of the designated axle. A reversed scale is displayed above or right of
the designated axle. By default a normal scale location is used if
- Type: string
- Default: "normal"
- Range: "normal" ," reversed"
Cross Value (XuNaxleCrossValue)
midpoint of the transverse axis, otherwise a reversed scale location is
used.
- Type: float
- Default: Unset
- Range:
Ticklines (XuN1st2DXAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN1st2DXAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN1st2DYAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: true
- Range: false,true
Scale Location (XuN1st2DYAxisScaleLocation)
Allows you to choose which side of the axle the scale of the axis (tickmarks,
labels, and units) appears. A normal scale is displayed below or left
of the designated axle. A reversed scale is displayed above or right of
the designated axle. By default a normal scale location is used if
- Type: string
- Default: "normal"
- Range: "normal" ," reversed"
Cross Value (XuNaxleCrossValue)
midpoint of the transverse axis, otherwise a reversed scale location is
used.
- Type: float
- Default: Unset
- Range:
Ticklines (XuN1st2DYAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN1st2DYAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN2nd2DRAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: false
- Range: false,true
Scale Location (XuN2nd2DRAxisScaleLocation)
Allows you to choose which side of the axis line (axle) the scale of the
axis (tickmarks, labels, and units) appears. If the scale location is
not set, then a right location is used if XuNaxleCrossValue
(Cross Value) is less than or equal to the midpoint of the transverse
axis, otherwise a left location is used.
- Type: string
- Default: "right"
- Range: "right" ," left"
Ticklines (XuN2nd2DRAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN2nd2DRAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN2nd2DTAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: false
- Range: false,true
Scale Location (XuN2nd2DTAxisScaleLocation)
Allows you to choose which side of the axis line (axle) the scale of the
axis (tickmarks, labels, and units) appears. If the scale location is
not set, then a right location is used if XuNaxleCrossValue
(Cross Value) is less than or equal to the midpoint of the transverse
axis, otherwise a left location is used.
- Type: string
- Default: "right"
- Range: "right" ," left"
Ticklines (XuN2nd2DTAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN2nd2DTAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN2nd2DXAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: false
- Range: false,true
Scale Location (XuN2nd2DXAxisScaleLocation)
Allows you to choose which side of the axle the scale of the axis (tickmarks,
labels, and units) appears. A normal scale is displayed below or left
of the designated axle. A reversed scale is displayed above or right of
the designated axle. By default a normal scale location is used if
- Type: string
- Default: "normal"
- Range: "normal" ," reversed"
Cross Value (XuNaxleCrossValue)
midpoint of the transverse axis, otherwise a reversed scale location is
used.
- Type: float
- Default: Unset
- Range:
Ticklines (XuN2nd2DXAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN2nd2DXAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN2nd2DYAxis)
Sets the visibility of the axis. If the axis is not visible, then it is
not drawn even if some axis resources like XuNticklinesMajor
(Major Ticklines) and XuNtickmarksMajor
(Major Tickmarks) are set to visible.
- Type: float
- Default: false
- Range: false,true
Scale Location (XuN2nd2DYAxisScaleLocation)
Allows you to choose which side of the axle the scale of the axis (tickmarks,
labels, and units) appears. A normal scale is displayed below or left
of the designated axle. A reversed scale is displayed above or right of
the designated axle. By default a normal scale location is used if
- Type: string
- Default: "normal"
- Range: "normal" ," reversed"
Cross Value (XuNaxleCrossValue)
midpoint of the transverse axis, otherwise a reversed scale location is
used.
- Type: float
- Default: Unset
- Range:
Ticklines (XuN2nd2DYAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "off"
- Range: "off" ," behind"
," inFront"
Tickmarks (XuN2nd2DYAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Enabled (XuN3DXAxis)
Sets the visibility of all four 3D Xaxes. By default, the Xaxes are
visible and they are drawn at the edges of the workbox, with the scales
located outside the workbox. If the axis is not visible, then it is not
drawn even if some axis resources like XuNticklinesMajor (Major Ticklines) and
XuNtickmarksMajor (Major Tickmarks) are
set to visible.
- Type: float
- Default: true
- Range: false,true
Blocking (XuN3DXAxisBlocking)
Allows you to set the visibility of the blocking 3D Xaxes. An axis is
blocking if the scale is visually blocking the contents of the workbox
or the scales of the other visible axes. By default, the blocking scales
are not drawn.
- Type: float
- Default: false
- Range: false,true
Hidden (XuN3DXAxisHidden)
Allows you to set the visibility of the hidden 3D Xaxes. An axis is hidden
if the scale is obscured by the workbox. By default, the hidden scales
are not drawn.
- Type: float
- Default: false
- Range: false,true
Ticklines (XuN3DXAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "behind"
- Range: "behind" ," off"
," blocking" ," both"
Tickmarks (XuN3DXAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Visible (XuN3DXAxisVisible)
Allows you to set the visibility of the visible 3D Xaxes. An axis is
visible unless the scale is obscured by the workbox or the scale is visually
blocking the workbox. By default, the visible scales are always drawn.
- Type: float
- Default: true
- Range: false,true
Enabled (XuN3DYAxis)
Allows you to set the visibility of all four 3D Yaxes.
- Type: float
- Default: true
- Range: false,true
Blocking (XuN3DYAxisBlocking)
Allows you to set the visibility of the blocking 3D Yaxes. An axis is
blocking if the scale is visually blocking the contents of the workbox
or the scales of the other visible axes. By default, the blocking scales
are not drawn.
- Type: float
- Default: false
- Range: false,true
Hidden (XuN3DYAxisHidden)
Allows you to set the visibility of the hidden 3D Yaxes. An axis is hidden
if the scale is obscured by the workbox. By default, the hidden scales
are not drawn.
- Type: float
- Default: false
- Range: false,true
Ticklines (XuN3DYAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "behind"
- Range: "behind" ," off"
," blocking" ," both"
Tickmarks (XuN3DYAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Visible (XuN3DYAxisVisible)
Allows you to set the visibility of the visible 3D Yaxes. An axis is
visible unless the scale is obscured by the workbox or the scale is visually
blocking the workbox. By default, the visible scales are always drawn.
- Type: float
- Default: true
- Range: false,true
Enabled (XuN3DZAxis)
Allows you to set the visibility of all four 3D Zaxes.
- Type: float
- Default: true
- Range: false,true
Blocking (XuN3DZAxisBlocking)
Allows you to set the visibility of the blocking 3D Zaxes. An axis is
blocking if the scale is visually blocking the contents of the workbox
or the scales of the other visible axes. By default, the blocking scales
are not drawn.
- Type: float
- Default: false
- Range: false,true
Hidden (XuN3DZAxisHidden)
Allows you to set the visibility of the hidden 3D Zaxes. An axis is hidden
if the scale is obscured by the workbox. By default, the hidden scales
are not drawn.
- Type: float
- Default: false
- Range: false,true
Ticklines (XuN3DZAxisTicklines)
Sets the visibility of major ticklines on the above axis. If not visible,
then neither major nor minor ticklines are drawn, even if the Axis/Ticklines
resources XuNticklinesMajor (Major Ticklines) and
XuNticklinesMinor (Minor Ticklines) are
set to true (On).
- Type: string
- Default: "behind"
- Range: "behind" ," off"
," blocking" ," both"
Tickmarks (XuN3DZAxisTickmarks)
Sets the visibility of major tickmarks on the axis. If not visible, then
neither major nor minor tickmarks are drawn, even if the Axis/Tickmarks
resources XuNtickmarksMajor (Major Tickmarks) and
XuNtickmarksMinor (Minor Tickmarks) are
set to true (On).
- Type: float
- Default: true
- Range: false,true
Visible (XuN3DZAxisVisible)
Allows you to set the visibility of the visible 3D Zaxes. An axis is
visible unless the scale is obscured by the workbox or the scale is visually
blocking the workbox. By default, the visible scales are always drawn.
- Type: float
- Default: true
- Range: false,true
Inherited Resources
Controls Resource Set
Destroyable (XuNdestroyable)
This resource controls whether the object can be destroyed by a destroy
or reset command. Values can be true (On) to set the object as destroyable,
or false (Off) to set the object as permanent.
- Type: float
- Default: true
- Range: false,true
Immutable (XuNimmutable)
This resource controls whether the object can be modified. Values are
true (On) for nonmodifiable, or false (Off) for modifiable. Setting this
resource to true (On) locks the currents settings for the object and disables
any further changes to the object, including resetting this resource.
- Type: float
- Default: false
- Range: false,true
Object Name (XuNname)
The name of the object.
- Type: string
- Default:
- Range: N/A
Object Enabled (XuNobjectEnabled)
This resource enables or disables the legend. This resource can be set
to either true (On) to enable the object or false (Off) to disabled it.
- Type: float
- Default: true
- Range: false,true
Include in Saved GSL (XuNsave)
This resource controls whether the object is included in saved GSL. Values
are true (On) to include the object in saved GSL or false (Off) to omit
the object.
- Type: float
- Default: true
- Range: false,true
User Data (XuNuserData)
A dataset name or pointer which the user can associate with the object.
The dataset is for user use and will not be used by Gsharp.
- Type: string
- Default: Unset
- Range: N/A
Return to Graphic Objects.
|