Jump to content
Software FX Community

Chart1.Border = false ???


User (Legacy)

Recommended Posts

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?

>

>

Link to comment
Share on other sites

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?

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...