Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

end-margin

Arguments: item-axis

Returns the value of the end-margin property of a item-axis. The value may be set at creation time by passing the end-margin initarg, or any time later by calling (setf end-margin).

The distance between each end of an item-axis in a chart-widget and the first chart item at that end of the axis (when the chart is scrolled all the way to that end of the item-axis). The distance is measured in pixels. The value should be a non-negative integer, or else nil to use a default distance. The default value is nil.

If the chart-view property of the chart-widget is :line, then the default distance is zero. If the chart-view is :bar, then the default distance is the bar-spacing of the bar-chart-view. The default distance is typically appropriate, though an explicit one could be supplied for aesthetic reasons.

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


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version