Series Properties Dialog

DM2003 has powerful graphic engine that can display not only "raw" numeric data, but arbitrary functions on the given data calculated dynamically without actual data changes. Series may be either data or functional. Data series must be associated with worksheet and display worksheet data (possibly transformed by expressions). Functional (or parameterized) series don't use numeric data; instead, point coordinates are defined as a result of evaluation of X and Y expressions, both depend on cx parameter whose values belong linear grid ranged from cxmin to cxmax and divided into given number of equal intervals. See expression syntax for more details about available functions and operators.

Series Properties dialog box should be used to change various parameters of the selected series, grouped on two tabs - Data and View:

Data Tab:

View Tab:

Example: in many cases the electrical conductivity of semiconductors obeys so-called "activation law": R~exp(Ea/kT). You can easily linearize R(T) dependence and determine activation energy Ea if you plot ln(R) vs. 1/T: just set Y expression to "ln(cy)" and X expression to "1/cx", then use Ruler tool to determine curve slope.