| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-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 |