| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: chart-view
Returns the value of the draw-high-low-values property of
a chart-view
. The value
may be set at creation time by passing
the draw-high-low-values
initarg, or any
time later by calling (setf draw-high-low-values).
A boolean value indicating whether any :high-value
and :low-value
data values in
a chart-widget
are
currently drawn. The default value is t
.
This property could be toggled on and off to view different parts of the data at different times.
See set-chart-value for an explanation of high and low values. An alternative is to use the value-types property.
See also high-low-value-style.
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 |