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