Xceed Chart for WinForms v4.4 Documentation
Handling empty data points at data analysis level
Welcome to Xceed Chart for WinForms v4.4 > User Guide > Data Manipulation > Empty Data Points > Handling empty data points at data analysis level

In order to properly handle empty data points, the developer must first determine what strategy to use when handling empty data points at the data analysis level.

Empty Data Point Support in DataSeries Objects

Since null or DBNull.Values are contained in  DataSeries objects, each DataSeries object has an attached instance of the EmptyDataPoints class, which is accessible through the EmptyDataPoints property. The most important property of this class is the ValueMode property. It is of type EmptyDataPointsValueMode and accepts the following values (for details, see EmptyDataPointsValueMode Enumeration): 

Skip
Average
CustomValue 

The following is a description of these modes:

Related Examples

Windows Forms: Series\Data Manipulation\EmptyData Points\EmptyData Points

See Also

DataSeries | EmptyDataPoints