DotPlotStyle Enumeration

Source: DotPlot.cs · Assembly: Dew.Stats.Tee

public enum DotPlotStyle

Defines dot plot style.

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.