| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: plot-view
Returns the regression-line-dashings property of
a plot-view
object, which
is associated with a plot-widget
control. The value may be set at
creation time by passing the :regression-line-dashings initarg to
make-instance, or any time
later by calling (setf regression-line-dashings).
This is a list of line dashing styles for regression lines for the
multiple chart-objects of the
plot-widget
. The first
element of the list is the dashing style to use for the first chart
object, and so on, cycling back through the list as needed.
Each value in the list should be one of the keyword symbols that is a
valid value for the line-dashing property of a stream, such as
:solid
or :dash
. The default
value is a list of the keyword :solid
, to draw all
regression lines as non-dashed lines.
The regression lines are drawn only if the draw-regression-lines property of the plot-view is true.
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 |