Property | Value |
---|---|
Hex Value | $9D |
Categories | |
Localizations |
|
Vertical
Overview
Draws a vertical line at x
with specified color and line style.
Color#: 10 - 24 or color name pasted from [vars] COLOR.
line style #: 1-4.
Availability: Token available everywhere.
Syntax
Vertical x[,color#,linestyle#]
Arguments
Name | Type | Optional |
---|---|---|
x | ||
color# | colorNum | Yes |
linestyle# | integer | Yes |
Location
2nd, draw, DRAW
, 4:Vertical
Description
Vertical X draws a vertical line from the top of the graph screen to the bottom at X. Vertical is usually only used to replace a line that stretches the entire length of the graph screen, along with its counterpart Horizontal.
Vertical is affected by the window settings, unlike the Pxl- commands.
:Vertical 5
Uses on TI 84+C Version Calculators
The Vertical command takes an additional color argument for TI 84+C version calculators, as shown below:
Vertical 5,BLACK
Related Commands
Source: parts of this page were written by the following TI|BD contributors: burr, DarkerLine, GoVegan, kg583, Xphoenix.
History
Calculator | OS Version | Description |
---|---|---|
TI-82 | 1.0 | Added |