| 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 icons-filled property of
a line-graph-view. The value
may be set at creation time by passing
the icons-filled initarg, or any
time later by calling (setf icons-filled).
A value indicating whether and how the non-pixmap icons of a
line-graph-view in a
chart-widget are filled.
Here are the possible values:
nil - Non-pixmap icons are not filled. They
are simple line drawings using the icon-line-widths and line-colors of the line-graph-view. Overlapping parts of the chart
can be seen "through" the icons.
t - Non-pixmap icons are filled using the icon-fill-colors of the line-graph-view, and with 1-pixel-thick black
borders. This is the default value.
:hollow - Non-pixmap icons are filled with the
body-background-color of the
chart-widget, with borders
drawn in the line-colors of
the line-graph-view.
:without-border - Non-pixmap icons are filled with
the line-colors of the
line-graph-view, and no
borders are drawn. The line-colors are used for filling because they
are typically darker and therefore work better on a light background
when there are no borders.
This property is used only when the draw-icons 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. | ||||||||||