Group: Forum Members
Last Active: 6 Months Ago
Posts: 153,
Visits: 11
|
Hi David, Try: nChartControl1.BackgroundStyle.FrameStyle.Visible = false; Let me know if you meet any problems... Best regards, Bob
|
Group: Forum Members
Last Active: 14 Years Ago
Posts: 7,
Visits: 1
|
How do I hide the border on an NChartControl programmatically? NChartControl does not appear to have a BorderStyle property. I can do it in the Designer, in the Wizard, but can't see any properties being set in the InitializeComponent() method, or anywhere else.
|