| Allegro CL version 8.1 Moderately revised from 8.0. Moderate update since 8.1 release. 8.0 version | |||||||||
Arguments: object
draw-lines is a
property of the outline and dropping-outline classes. It
is also a property of line-graph-views, which are associated with the
chart-widget.
Returns the value of the draw-lines property of object. This property determines whether or not an outline control will have long vertical and short horizontal lines graphically depicting the hierarchy of the outline.
Returns the value of the draw-lines property of
a line-graph-view. The value
may be set at creation time by passing
the draw-lines initarg, or any
time later by calling (setf draw-lines).
A boolean value indicating whether graph lines are drawn for a
line-graph-view in a
chart-widget. The default
value is t.
Either this property or draw-icons (or both) should be true, because otherwise nothing would be drawn for the data values.
This property and other line-graph-view properties are used only when
the chart-view property of the
chart-widget
is :line to display the line-graph-view.
See also line-colors, line-widths, line-dashings, and span-missing-items.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 8.0 page.
Created 2007.4.30.
| Allegro CL version 8.1 Moderately revised from 8.0. Moderate update since 8.1 release. 8.0 version | |||||||||