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



MaxPivot


Unit: SDL_rchart
Class: TContourPlot
Declaration: property MaxPivot: double;

The read-only property MaxPivot returns the maximum z value which has been encountered when creating the contour plot. MaxPivot is valid only after recalculating the pivot points (CalculatePivotPoints) or after a complete redraw of the contour plot (i.e. after calling the method DrawPlot).

Hint: MinPivot and MaxPivot can be used to setup the color scale of the contour plot in a way that it matches the entire range of the z values of the contour plot, for example:
MyCplot.SetIsoParams (MyCplot.MinPivot, MyCplot.MaxPivot,
                     (MyCplot.MaxPivot-MyCplot.MinPivot)/10);



Last Update: 2023-Dec-13