<
EmptyValue Line-EndCap="Flat" Mode="Zero" >
This shows a 0 as the empty series values.
This is fine, however, rather than showing a zero label on chart, i would prefer to just NOT show the label.. is this possible ??
Mark
Hi,
In our code we used Atlas script manager for capturing the error like
<atlas:ScriptManager ID="ScriptManager" runat="server" EnablePartialRendering="True" >
<ErrorTemplate>
<span style="font-size: 16pt; font-weight: normal;">Connection to the server failed. Please contact the System Administrator.
</ErrorTemplate>
</atlas:ScriptManager>
Now we upgraded to Rad Ajax controls. Is there any property in Rad Ajax to replicate the same as above in Atlas script manager. Especially for the Error template element .
