Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.1
This page is new in 8.1. Moderate update since 8.1 release.

margin-above-legend

Arguments: chart-widget

Returns the value of the margin-above-legend property of a chart-widget. The value may be set at creation time by passing the :margin-above-legend initarg, or any time later by calling (setf margin-above-legend).

margin-above-legend is the height, measured in pixels, of the blank space that is left between the chart-legend of a chart-widget and the chart contents above the legend. The value should be a non-negative integer. The default value is 6.

This property is used only when the draw-legend property of the chart-widget 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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.1
This page is new in 8.1. Moderate update since 8.1 release.