| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: bar-chart-view
Returns the value of the bar-fill-textures property of
a bar-chart-view
. The value
may be set at creation time by passing
the bar-fill-textures
initarg, or any
time later by calling (setf bar-fill-textures).
The textures that are used to fill the interior of the bars of a
bar-chart-view
in a
chart-widget
. The value
should be a sequence (list or vector) of values that are valid for the
fill-texture property of a
graphical-stream
(such as
arbitrary pixmaps), and/or symbols that are globally bound to such
values. The default value is nil
.
If the value is nil
, then no fill textures
will be used and the bars will be filled with solid colors from the
bar-colors property.
Otherwise, the first object in the chart-widget's sequence of
chart-objects is drawn with
the first texture, the second object with the second texture, and so
on. If there are fewer textures in the list than there are
chart-objects, then the
drawing code will cycle back through the list of textures as needed.
See chart-widget
and
also cg-chart-widget.htm.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |