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....



RangeXLow


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

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

Hint: In contrast to RangeZLow and RangeZHigh, the property RangeXLow 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