This question is locked. New answers and comments are not allowed.
I've got my chart view working; I pull the data via web services and display it. There is a short lag during which I retrieve the data and the chart renders. Question: How do I show a "loading" message while I wait for the web services call to complete? So far, this is what I've tried (see below). The problem is that the busyindicator never shows...advice?
Attached a picture if it helps...
Thanks,
Brett
<chart:RadCartesianChart x:Name="CollectionLatencyChart" Palette="Windows8"
Margin="0,18,0,0">
<chart:RadCartesianChart.EmptyContent>
<telerik:RadBusyIndicator x:Name="LoadingIndicator"
VerticalAlignment="Top"
HorizontalAlignment="Stretch"
IsBusy="True" />
</chart:RadCartesianChart.EmptyContent>Attached a picture if it helps...
Thanks,
Brett