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



RangeYHigh


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

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

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