| Allegro CL version 8.1 This page is new in 8.1. Moderate update since 8.1 release. | ||||||||||
Arguments: line-graph-view
Returns the value of the line-widths property of
a line-graph-view. The value
may be set at creation time by passing
the line-widths initarg, or any
time later by calling (setf line-widths).
The line thicknesses (see line-width) that are used to draw the graph
lines on a
line-graph-view in a
chart-widget. The value
should be a sequence (list or vector) of positive integers. The
default value is a list of the number 2.
If the value is nil, then all lines are drawn
with a width of 1. Otherwise, the first object in the chart-widget's
sequence of chart-objects is
drawn with the first line-width, the second object with the second
width, and so on. If there are fewer line widths in the list than
there are chart-objects, then
the drawing code will cycle back through the list of widths as needed.
This property is used only when the draw-lines property is true.
See chart-widget and also cg-chart-widget.htm.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page is new in the 8.1 release.
Created 2007.4.30.
| Allegro CL version 8.1 This page is new in 8.1. Moderate update since 8.1 release. | ||||||||||