Unit
Description
TSerie class used internally to store series attributes. Any TPlot component may have unlimited number of series. There's two different kinds of series: "data" series should be used to display numeric data, and "functional", or "parametric" series may display arbitrary numeric expression.
Note: unlike previous version of DM2000 VCL components, now expression parser doesn't included in the library, so that you need to define TPlot.OnGetPoint event handler to calculate point coordinates if you use expressions or would like to plot data types other than TRealData.
Properties
Methods