Enum XYlineType
- Namespace
- TimeSeriesAnalysis.Utility
- Assembly
- TimeSeriesAnalysis.dll
When plotting an x/y plot, this enum determines if plot is to use markers or line for data points
public enum XYlineType
Fields
line = 2xy-plot should draw line between points
noMarkers = 1markers or lines should not be drawn,
withMarkers = 0only makers, no lines, for each x-y point