Hi Inhyuk,You have to touch the inner border color of the control frame:NStandardFrameStyle frame = nChartControl1.BackgroundStyle.FrameStyle as NStandardFrameStyle;frame.InnerBorderColor = Color.Cyan;
Best Regards,Nevron Support Team