Draw Vertical Line¶
Draw a vertical line across the axis box, at a particular X location.
The starting and ending locations of the line may optionally be specified, in units of the axis height (0.0 to 1.0).
- Plot ID/Plot ID Out
- Plot identifier. Plot ID Out always contains the same value as Plot ID.
- X (data coords)
- X location at which to draw the vertical line, in data coordinates.
- Y Min (plot coords)
- Start location of line, as a fraction of the plot height (0 to 1). Default is to start at the bottom axis (0).
- Y Max (plot coords)
- End location of line, as a fraction of the plot height (0 to 1). Default is to end at the top axis (1).
- Properties
Property cluster, available under the “Properties” subpalette.
- Line
Controls the appearance of the line.
- Style
- Line style (solid, dashed, etc.). Default is to automatically select an appropriate style.
- Color
- Line color. May be a PlotColor or LabView color.
- Width
- Line width, in font points (1/72 inch).
- Display
Controls display appearance of the line.
- Alpha
- Alpha blending value for this object (0.0 to 1.0). Default is 1.0 (fully opaque).
- Z Order
- Stacking order. Default is chosen based on the object type.
- Error In/Out
- Terminals for standard error functionality.
Axis Types¶
This VI supports rectangular axes. Use with polar axes will result in 402905 - Operation Not Supported for Polar Plot.
Errors¶
Other information¶
If X is non-finite (NaN or Inf), the line will not be displayed, and no error will be returned.
If Y Min or Y Max is non-finite or extend beyond the limits of the axes, the default location will be used. Y Max may be smaller than Y Min; the line will be plotted normally.