The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



RangeXHigh


Unit:SDL_plot3d
Class: TPlot3D
Declaration: property RangeXHigh: double;

The property RangeXHigh specifies the right most value of the x-axis (usually the upper value of the scale). If the new value of RangeXHigh equals RangeXLow, RangeXHigh is automatically adjusted to be one unit greater than RangeXLow.

Hint: In contrast to RangeZLow and RangeZHigh, the property RangeXHigh does not affect the display (the scale on the x-axis is nothing but an inscription).

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): interpol3d



Last Update: 2023-Dec-13