Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.1
This page is new in 8.1.Documentation for Allegro CL version 8.1. The object described on this page has been modified in the 8.1 release; see the Release Notes.

line-dashings

Arguments: line-drawing-view

Returns the value of the line-dashings property of a line-drawing-view. The value may be set at creation time by passing the line-dashings initarg, or any time later by calling (setf line-dashings).

The dashing styles that are used to draw the graph lines on a line-drawing-view in a chart-or-plot. The value should be a list of values that are valid for the line-dashing property of a graphical-stream. The default value is a list of the symbol :solid.

If the value is nil, then all lines are drawn solid (non-dashed). Otherwise, the first object in the chart-or-plot's sequence of chart-objects is drawn with the first dashing style, the second object with the second style, and so on. If there are fewer dashing styles in the list than there are chart-objects, then the drawing code will cycle back through the list of styles as needed.

This property is used only when the draw-lines property is true.

See plot-widget, chart-widget and also cg-chart-widget.htm.


Copyright (c) 1998-2009, 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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.1
This page is new in 8.1.Documentation for Allegro CL version 8.1. The object described on this page has been modified in the 8.1 release; see the Release Notes.