| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: chart-widget
Returns the value of the chart-items-pushed-off property of
a chart-widget
.
chart-items-pushed-off is the
number of chart items that have been discarded from
a chart-widget
by the
chart-items-limit property.
This will be zero if the chart-items-limit property has not been used to
discard any items.
The total number of items that have been collected so far could be found by adding this value to the chart-items-length property. An application should never set the value of this property.
See 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 |