| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |