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



SetRange


Unit:SDL_dendrogram
Class:TDendrogram
Declaration:procedure SetRange (ObjLow, ObjHigh, DistLow, DistHigh: double);

The method SetRange sets the visible range of the dendrogram chart. The parameters ObjLow and ObjHigh specify the lowest and highest object number, respectively. The parameters DistLow and DistHigh control the displayed distance range.

Hint: Please note that SetRange automatically corrects reversed high and low values, so that the histogram will be displayed always in its correct orientation.

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



Last Update: 2023-Dec-13