Xceed Chart for WinForms v4.4 Documentation
EnableAntialiasing Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Settings Class : EnableAntialiasing Property
Enables the antialising feature of the control.
Syntax
'Declaration
 
<DescriptionAttribute("Enables the antialising feature of the control.")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
Public Property EnableAntialiasing As Boolean
'Usage
 
Dim instance As Settings
Dim value As Boolean
 
instance.EnableAntialiasing = value
 
value = instance.EnableAntialiasing
[Description("Enables the antialising feature of the control.")]
[Category("General")]
[DefaultValue()]
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.
Example
The following code disables the antialiasing:
ChartControl.Settings.EnableAntialiasing = False
ChartControl.Settings.EnableAntialiasing = false;
Requirements

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

See Also

Reference

Settings Class
Settings Members