User (Legacy) Posted March 9, 2005 Report Posted March 9, 2005 I've tried everything I can think of to turn the border around the entire chart off. It's a C# Web.Form. Am I missing something obvious?
Software FX Posted March 10, 2005 Report Posted March 10, 2005 Chart1.BorderObject.Color = Color.Transparent; Does that work for you? -cjs "Jeff Lundgren" <jlundgren@retreon.com.spamremove> wrote in message news:yC0FxHOJFHA.1924@webserver3.softwarefx.com... > I've tried everything I can think of to turn the border around the entire > chart off. > > It's a C# Web.Form. > > Am I missing something obvious? > >
Software FX Posted March 16, 2005 Report Posted March 16, 2005 You can also do chart1.BorderObject = null; JC Software FX Support "Jeff Lundgren" <jlundgren@retreon.com.spamremove> wrote in message news:yC0FxHOJFHA.1924@webserver3.softwarefx.com... > I've tried everything I can think of to turn the border around the entire > chart off. > > It's a C# Web.Form. > > Am I missing something obvious? > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.