Enumeration UnknownValuePlotting

Describes available methods of plotting data with unknown values in a series. Double.NaN and null are examples of unknown values.

Enumeration Members

Enumeration Members

DontPlot: 1

Do not plot the unknown value on the chart.

LinearInterpolate: 0

Plot the unknown value as the midpoint between surrounding known values using linear interpolation.