This question is locked. New answers and comments are not allowed.
Hello,
I have the following XAML:
And I figured that in the code behind, I would be able to set the value as follows:
But when I run it, I get the following error:
An exception of type 'System.NullReferenceException' occurred in sstimer.DLL but was not handled in user code where sstimer is my app.
No matter what value I pick, I get the same error. Can someone point me in the right direction here?
Thanks,
Nick
I have the following XAML:
<telerikDataVisualization:RadBulletGraph.AdditionalComparativeMeasures> <telerikDataVisualization:BulletGraphComparativeMeasure x:Name="BGCM9" Value="2.5" Template="{StaticResource BulletGraphAdornerTemplate}"/></telerikDataVisualization:RadBulletGraph.AdditionalComparativeMeasures>And I figured that in the code behind, I would be able to set the value as follows:
BGCM9.Value = 0;
But when I run it, I get the following error:
An exception of type 'System.NullReferenceException' occurred in sstimer.DLL but was not handled in user code where sstimer is my app.
No matter what value I pick, I get the same error. Can someone point me in the right direction here?
Thanks,
Nick