Jump to content
Software FX Community

Get rid of border?


User (Legacy)

Recommended Posts

Hello, my son.

I'm using ChartFX in a WinForms app. Is there a way to get rid of the border

that appears around the outside of the chart control? Most controls have a

"BorderStyle" property to handle this, but I can't seem to find something

similar on the ChartFX control.

--

If you need to reach me by email, use dsworde1 AT san DOT rr DOT com

David

Link to comment
Share on other sites

Is this Chart FX for .NET ? if so, the borders in Chart FX are much more

complex and that's why you don't see the BorderStyle property, instead you

must use the BorderObject property. By default this property points to a

"DefaultBorder" object which has a property called "Type", set it to "None"

eliminate it.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...