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