Upgraded form 8.2 to 9.2 sr1
now getting an error on an ultrachart..
Line 258: <td style="width: 100%; height: 100%" colspan="3"> Line 259: Line 260: <igchart:UltraChart ID="BarChartStatus" runat="server" BackgroundImageFileName="" Line 261: BorderColor="Black" BorderWidth="1px" Line 262: EmptyChartText="Data Not Available."
Source File: /Dashboard.aspx Line: 260
A bug in the chart?
Sorry about the delayed response. BorderColor is a non-browsable property and isn't meant to be used directly. I think this was also the case with 8.2. Are you able to set border color through that chart's Border.Color property?
That is the only way I am setting the property.