KEY Keyword (IGRAPH command)
All interactive chart types except histograms
include a key element that identifies the summary measures displayed
in the chart (for example, counts, means, and medians). The KEY
keyword controls the display of the
key in the chart. The default is ON
, which displays the key. The OFF
specification hides the key. The KEY
specification is part of the subcommand that defines the chart type.
Example
IGRAPH
/X1 = VAR(jobcat) TYPE = CATEGORICAL
/Y = $count
/BAR KEY=OFF.