Version

UnknownValuePlotting Enumeration

Enum for methods of plotting data with unknown values in a series. Double.NaN and null are examples of unknown values.
Syntax
'Declaration
 
Public Enum UnknownValuePlotting 
   Inherits System.Enum
public enum UnknownValuePlotting : System.Enum 
Members
MemberDescription
DontPlotDo not plot the unknown value on the chart.
LinearInterpolatePlot the unknown value as the midpoint between surrounding known values using linear interpolation.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub