Empty Data Points
The RadCartesianChart
control allows you to show gaps in the data without removing the associated data item. This is done by setting the value property of the corresponding data point to null
. This is useful in different scenarios, like adding gaps in the line visualization or an empty bar for a specific category.
Adding an empty data point in LineSeries

The following example shows how to assign the value of the data point in code.
Creating an empty data point in code
Data Binding Setup
When the chart series is data-bound via its ItemsSource property, the assignment of the null value is implemented in the data point models.