| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: chart-or-plot
Returns the value of the chart-legend property of a chart-or-plot
. The value may be set at creation
time by passing the :chart-legend
initarg, or any
time later by calling (setf chart-legend).
A chart-legend is the table at
the bottom of a chart-or-plot
that shows a label for
each chart object and indicates which line or set of bars in the chart
display that object's values. The value is an instance of the
chart-legend
class.
The value of this property is always a chart-legend
. If you do not pass a
chart-legend instance as the value of
the :chart-legend
initarg when creating a
chart-or-plot, then a default instance is created automatically.
See chart-or-plot
, plot-widget
, chart-widget
and
also cg-chart-widget.htm.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |