TDotPlotStyle Enumeration

Header: Dew.Stats.Controls.VCL/StatSeries.h · C++Builder only

enum class TDotPlotStyle : unsigned int;

Defines the type of probability plot.

Values

NameDescription
dpLinesValues are represented as horizontal lines along the vertical axis - DNA style.
dpStandardValues are represented along the vertical axis. No random horizontal component is added.
dpTexturedA random horizontal component is added to avoid overprinting when two values are identical.