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

invert-axis

Arguments: chart-axis

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

A boolean value indicating whether the values of a chart-axis in a chart-widget should increase in the atypical direction. The default value is nil.

The "typical" direction is defined as from bottom to top for a vertical axis or from left to right in a horizontal axis. The values of an axis whose invert-axis property is true will increase in the opposite direction. For an item-axis, this property affects the direction in which new chart items are added.

Either the value-axis or the item-axis of a chart-widget may be the vertical or the horizontal one as well; see chart-orientation.

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