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


DataRange

Declaration: TPlotParams.DataRange: TDataRange;

The plot parameter DataRange specifies which part of the data container is used for the creation of one of the following diagram types: histogram, cumulative frequency distribution, normal probability plot and Pareto chart. It may assume one of the following values:

hrColumn All data points of a single column (specified by XAxis or YAxis) are fed into the construction of the diagram.
hrRow All data points of a single row (specified by XAxis or YAxis) are fed into the construction of a diagram.
hrAll All data points of the entire data container are fed into the construction of the diagram.
hrMarkedData All marked data are fed into the construction of the diagram.