Gives access to the StandardFrame object controlling the standard background frame.
The following code configures a Windows-like background frame with an inner
and outer bevel.
nChartControl1.Background.StandardFrame.OuterStyle = BevelStyle.Sunken
nChartControl1.Background.StandardFrame.InnerStyle = BevelStyle.Sunken
nChartControl1.Background.StandardFrame.BevelWidth = 1
nChartControl1.Background.FrameType = FrameType.Standard
nChartControl1.Background.StandardFrame.OuterStyle = BevelStyle.Sunken;
nChartControl1.Background.StandardFrame.InnerStyle = BevelStyle.Sunken;
nChartControl1.Background.StandardFrame.BevelWidth = 1;
nChartControl1.Background.FrameType = FrameType.Standard;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2