User (Legacy) Posted November 26, 2002 Report Share Posted November 26, 2002 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 More sharing options...
Software FX Posted November 26, 2002 Report Share Posted November 26, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.