This question is locked. New answers and comments are not allowed.
I've got a BarSeries that includes some null values that I'd like to show an indicator for. When adding an indicator, I get a crash that has a stack like:
System.ArgumentNullException
at Telerik.UI.Xaml.Controls.Chart.PropertyNameDataPointBinding.GetValue(Object instance)
at Telerik.UI.Xaml.Controls.Chart.MovingAverageIndicatorDataSource.BindCore(Int32 startIndex)
at Telerik.UI.Xaml.Controls.Chart.MovingAverageIndicatorDataSource.BindCore()
at Telerik.UI.Xaml.Controls.Chart.ChartSeriesDataSource.Bind()
at Telerik.UI.Xaml.Controls.Chart.ChartSeriesDataSource.Rebind(Boolean itemsSourceChanged, IEnumerable newSource)
at Telerik.UI.Xaml.Controls.Chart.ChartSeriesDataSource.set_ItemsSource(IEnumerable value)
at Telerik.UI.Xaml.Controls.Chart.ChartSeries.OnTemplateApplied()
at Telerik.UI.Xaml.Controls.RadControl.OnApplyTemplate()
I've tried a few different indicator types with similar results. Is it possible to use indicators on data sources with null values?
Thanks
Dan
System.ArgumentNullException
at Telerik.UI.Xaml.Controls.Chart.PropertyNameDataPointBinding.GetValue(Object instance)
at Telerik.UI.Xaml.Controls.Chart.MovingAverageIndicatorDataSource.BindCore(Int32 startIndex)
at Telerik.UI.Xaml.Controls.Chart.MovingAverageIndicatorDataSource.BindCore()
at Telerik.UI.Xaml.Controls.Chart.ChartSeriesDataSource.Bind()
at Telerik.UI.Xaml.Controls.Chart.ChartSeriesDataSource.Rebind(Boolean itemsSourceChanged, IEnumerable newSource)
at Telerik.UI.Xaml.Controls.Chart.ChartSeriesDataSource.set_ItemsSource(IEnumerable value)
at Telerik.UI.Xaml.Controls.Chart.ChartSeries.OnTemplateApplied()
at Telerik.UI.Xaml.Controls.RadControl.OnApplyTemplate()
I've tried a few different indicator types with similar results. Is it possible to use indicators on data sources with null values?
Thanks
Dan