Enum ConnectStyle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public enum ConnectStyle
- Extension Methods
Fields
StepHorizontal = 1Connect points with a line horizontally, then vertically
StepVertical = 2Connect points with a line vertically, then horizontally
Straight = 0Connect points with straight lines