Hi,
I have an application which charts nullable values, and these values are editable via a grid. I have the chart EmptyPointBehavior set to gap so it hides null values and this works fantastic (thanks btw). When the data has a value other than null, changes are shown in the chart as they are made in the grid, however if the value is null, and then changes, the chart does not show the change and it remains invisible.
Example:
5 -> 10 (changes show correctly and instantly)
5 -> null (the chart hides the point as desired)
null -> 8 (no point is displayed on the chart)
If I manually redraw the chart the new value will be shown fine. Is there any way around this so that changes show correctly?
I have an application which charts nullable values, and these values are editable via a grid. I have the chart EmptyPointBehavior set to gap so it hides null values and this works fantastic (thanks btw). When the data has a value other than null, changes are shown in the chart as they are made in the grid, however if the value is null, and then changes, the chart does not show the change and it remains invisible.
Example:
5 -> 10 (changes show correctly and instantly)
5 -> null (the chart hides the point as desired)
null -> 8 (no point is displayed on the chart)
If I manually redraw the chart the new value will be shown fine. Is there any way around this so that changes show correctly?