Version

NullHandling Property (ColumnChartAppearance)

Specifies whether nulls in the data are treated as zero or an average of adjacent values.
Syntax
'Declaration
 
Public Overrides Property NullHandling As NullHandling
public override NullHandling NullHandling {get; set;}
Remarks

This property specifies whether null data encountered in the bound data source should be treated as having a zero value, or an average value of the adjacent data points.

See the Infragistics.UltraChart.Shared.Styles.NullHandling enumeration for the values that indicate how nulls are handled.

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