Hi Joel,You probably forgot to attach the project...
Best Regards,Nevron Support Team
NChart chart = nChartControl1.Charts[0];
chart.BoundsMode = BoundsMode.Stretch; chart.DockMode = PanelDockMode.Fill;
chart.Axis(StandardAxis.PrimaryX).Visible = false; chart.Axis(StandardAxis.PrimaryY).Visible = false;
chart.Wall(ChartWallType.Back).FillStyle = new NColorFillStyle(Color.Green);