Group: Forum Members
Last Active: 13 Years Ago
Posts: 4,
Visits: 1
|
Hi Nevron Team, Thanks for the quick replies that was exactly the setting i was looking for! Regards, Frederik Borg
|
Group: Forum Members
Last Active: 2 days ago @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Frederik, Try: NChart chart = nChartControl1.Charts[0]; nChartControl1.BackgroundStyle.FrameStyle.Visible = false; chart.Wall(ChartWallType.Back).BorderStyle.Width = new NLength(0); this leaves on the grid lines on the plot + the axis rulers. Let us know if you meet any problems.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 4,
Visits: 1
|
Hi, Is it possible to completely remove the borders around the chart? I can manipulate the axis, even hide these, including the inner lines in the chart. There is still though a box around the bars - can this be removed? (see attachment) Regards, Frederik Borg
|