0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Gallery
/
[
Home
]
File: Anchor Bar Chart.syc
REM This item was created using USSTATES, with DIVISION$ as the X-, variable, INCOME89 as the Y-variable, and 27000 as the BASE value. TOKEN TOKEN &message / TYPE = MESSAGE PROMPT = 'This item creates an anchor, bar chart. An anchor bar chart uses a base value, with, bars extending above or below the base value.' TOKEN &xvariable / TYPE = VARIABLE PROMPT = 'Enter an X-variable.', IMMEDIATE TOKEN &yvariable / TYPE = NVARIABLE PROMPT = 'Enter a Y-variable.', IMMEDIATE TOKEN &basevalue / TYPE = NUMBER PROMPT = 'Enter a base value.' IMMEDIATE ORDER &xvariable / SORT = NONE BAR &yvariable * &xvariable / BASE = &basevalue ORDER &xvariable TOKEN