public enum DotPlotStyle
Defines dot plot style.
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. |