You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Tee Namespace > Structs, Records, Enums > Dew.Stats.Tee.DotPlotStyle Enumeration
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Dew.Stats.Tee.DotPlotStyle Enumeration

Defines dot plot style.

Syntax
C#
Visual Basic
public enum DotPlotStyle { dpStandard, dpTextured, dpLines }

DotPlot.cs

Members 
Description 
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.  
dpLines 
Values are represented as horizontal lines along the vertical axis - DNA style.  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!