Enum SampleType
enumeration used to indicate which type of data will be plotted.
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum SampleType
Fields
| Name | Description |
|---|---|
| Position | Designates the "Position" property will be used |
| Time | Designates the "Time" property will be used |
| TimeDiff | Designates the "Time since start" property will be used |
| VelocityAvg | Designates the Average Velocity property will be used |
| VelocityInst | Designates the Instantaneous Velocity property will be used |