 |
[user-specified font] is a cluster containing the specific font characteristics for the text you draw.
This specification is ignored unless desired font is set to user-specified font.
 |
Font Name selects the font to use for the string.
|
 |
Size selects the size of the font in points.
|
 |
Strikeout? If TRUE, text appears in strikeout.
|
 |
Italic? If TRUE, text appears in italic.
|
 |
Underline? If TRUE, text appears underlined.
|
 |
Outline? If TRUE, text appears in outline.
|
 |
Shadow? If TRUE, text appears in shadow.
|
 |
Bold? If TRUE, text appears in bold.
|
|
 |
desired font specifies the font for the text you draw.
0 | User-specified font | 1 | Application font (default) | 2 | System font | 3 | Dialog font |
|
 |
picture is the collection of drawing instructions onto which the waveform graph will be added.
|
 |
bounding rect is a cluster containing the upper-left and lower-right coordinates that describe a rectangle bounding the text.
The text is clipped to this rectangle. All coordinates are absolute.
 |
left is the horizontal coordinate of the left edge of the rectangle.
|
 |
top is the vertical coordinate of the top edge of the rectangle.
|
 |
right is the horizontal coordinate of the right edge of the rectangle.
|
 |
bottom is the vertical coordinate of the bottom edge of the rectangle.
|
|
 |
cartesian axis attributes is a cluster that specifies the range and format for the x and y axes.
It includes the following information on the minimum and maximum values for the scale: a Boolean control specifying whether the scale should be logarithmic, the precision of the numbers, and the format (decimal, scientific, engineering, binary, octal, or hex). If the minimum and maximum values are the same, or if the cartesian axis attributes are not wired, then the minimum and maximum values are automatically calculated from the data.
 |
x minimum is the smallest allowable value in the range of horizontal coordinates.
|
 |
x maximum is the largest allowable value in the range of horizontal coordinates.
|
 |
x log? indicates whether the scale should be logarithmic.
|
 |
x precision specifies the precision for the scale numbers on the x-axis.
|
 |
x format specifies the numeric format (decimal, scientific, engineering, binary, octal, or hex) for the scale numbers on the x-axis.
|
 |
y minimum is the smallest allowable value in the range of vertical coordinates.
|
 |
y maximum is the largest allowable value in the range of vertical coordinates.
|
 |
y log? indicates whether the scale should be logarithmic.
|
 |
y precision specifies the precision for the scale numbers on the y axis.
|
 |
y format specifies the numeric format (decimal, scientific, engineering, binary, octal, or hex) for the scale numbers on the y axis.
|
|
 |
waveform data is a cluster containing the initial X value, the spacing between points along the x-axis, and the Y data that you want to plot.
 |
Xo is the initial value of X.
The default is zero.
|
 |
delta X determines the spacing between points along the x-axis.
The default is 1.
|
 |
Y data specifies the data that you want to plot along the Y axis.
 |
y specifies the data to plot along the Y axis.
|
|
|
 |
cartesian grid cosmetics is a cluster specifying the style for the grid of the graph.
It includes the following information on the line and text color: the length of a tick mark (mark on the edge of a scale next to the text), the Boolean controls that specify whether the axes should be drawn at the origin or at the left edge of the plot, and whether the grid is visible.
 |
line color is the color of the line.
You can wire a color box constant to this input.
|
 |
text color is a color numeric that specifies the color of the text.
|
 |
tick length specifies the length of the marks on the edge of the scale.
|
 |
crossing axes indicates whether the axes should be drawn at the originating coordinate (TRUE) or at the bottom left edge of the plot (FALSE).
|
 |
visible grid? indicates whether the grid should be displayed in the graph.
|
|
 |
waveform plot cosmetics is a cluster that you can use to specify the plot color, the style for the plot, and the baseline.
LabVIEW uses the baseline only if you specify a style of comb plot or bar plot.
|
 |
bar style is a cluster you can use to specify the style for bar plots, assuming you select bar plot as the style for the graph.
It contains inputs for the width of the bar, a Boolean control that specifies whether you want the bar framed, and the color for the bar.
|
 |
new picture is a picture containing the graph that can be wired to a picture control indicator.
|