You are here: Symbol Reference > StatSeries Namespace > Structs, Records, Enums > StatSeries.TDotPlotStyle Enumeration
Stats Master VCL
ContentsIndex
PreviousUpNext
StatSeries.TDotPlotStyle Enumeration

Defines the type of probability plot.

Pascal
TDotPlotStyle = (
  dpStandard,
  dpTextured,
  dpLines
);
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-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!