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



RangeYLow


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

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

Hint: In contrast to RangeZLow and RangeZHigh, the property RangeYLow does not affect the display (the scale on the y-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