Retrieves the chart settings related to rendering.
The following example enables the jittering feature of the control.
' enable the antialiasing of the whole scene
ChartControl.Settings.EnableJittering = True
ChartControl.Settings.JitteringSteps = 4
// enable the antialiasing of the whole scene
ChartControl.Settings.EnableJittering = true;
ChartControl.Settings.JitteringSteps = 4;
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