Version

NullHandling Property (LineChartAppearance)

Returns or sets an enumerated flag that indicates whether or not the Null data points are to be handled as zero or the average-value of successive data points.
Syntax
'Declaration
 
Public Property NullHandling As NullHandling
public NullHandling NullHandling {get; set;}
Remarks

This property specifies whether null data has to be handled as if it were a zero data point, or whether it should be treated as if it had the average value of the two most adjacent, non-null data points.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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