'Usage
Dim instance As Settings
Dim value As Boolean
instance.EnableAntialiasing = value
value = instance.EnableAntialiasing
[Category("General")]
[Description("Enables the antialising feature of the control.")]
[DefaultValue(true)]
public bool EnableAntialiasing {get; set;}
Remarks
Xceed Chart for WinForms can antialias the lines and points rendered by the control. This property is true by default. You may wish to turn off the antialising to increase the performance.
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