DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


ModeDisp

Declaration: TPlotParams.ModeDisp: TModeDisp;

The property ModeDisp controls how the data points in the diagram are displayed and connected:1)
mdLines continuous line: the data points are connected by lines
mdSymbols symbols: the data points are displayed by symbols; use the parameter Symbol to specify the kind of symbol.
mdLinSpec line spectrum: the data points are represented by vertical lines from zero the y-value of the data points
mdClassLines classified lines: the data points are connected by lines whose colors are controlled by the class of the respective data point

Please note that changes of the plot parameters won't have any effect until you call the method Refresh of the plot window.



(1) The type declaration TModeDisp contains two additional symbols (mdReserved1 and mdReserved2) to maintain backward compatibility. Do not use these symbols.