enum class TDotPlotStyle : unsigned int;
Defines the type of probability plot.
Values
| Name | Description |
|---|---|
| dpLines | Values are represented as horizontal lines along the vertical axis - DNA style. |
| dpStandard | Values are represented along the vertical axis. No random horizontal component is added. |
| dpTextured | A random horizontal component is added to avoid overprinting when two values are identical. |