Table of Contents

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 = 2

xy-plot should draw line between points

noMarkers = 1

markers or lines should not be drawn,

withMarkers = 0

only makers, no lines, for each x-y point