Chart Borders

K

Kyle

Is there a way to remove the border from around a chart?

Border.Weight = 0 Still produces a thin border.

Thanks
 
E

er

Try playing with:
ChartSpace1.Charts(0).Axes(chConstants.chAxisPositionValue).Line.Weight = chConstants.owcLineWeightThick
 
K

Kyle

Thanks for your response. The element that I am trying to manipulate is:
ChartSpace1.Border.Weight = 0

However when set to 0, it does not negate or hide the frame around the
chartspace
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top