Try this:
<asp:Chart id="Chart1" runat="server">
<BorderSkin BackColor="Transparent" PageColor="Transparent"
SkinStyle="Emboss" />
</asp:Chart>
The BorderSkin.PageColor and BorderSkin.BackColor properties should do the trick...
Jakob Gade
2009-08-08 11:48:24