FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
Unrevised from 8.1 to 8.2.
8.1 version

plot-value

Arguments: plot-widget value-type value-index &key object-index object-id

Returns an individual value that is in a plot-widget. This could be a value that was added by calling set-plot-value or a value that is returned by the widget's plot-value-returner function if it has one. The value will be nil if the plot does not define a value for the specified value-type, value-index, and object, and otherwise it will be a number.

plot-widget is the widget to be accessed.

value-type is the type of value to return. This argument may be one of the following keywords:

value-index is the zero-based index of the plot value to access.

The keyword arguments are:

See plot-widget.


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.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 8.2
Unrevised from 8.1 to 8.2.
8.1 version