This documentation is archived and is not being maintained.

Chart::AntiAliasing Property

Gets or sets a value that determines whether anti-aliasing is used when text and graphics are drawn.

Namespace:  System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[BindableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode::Attribute)]
public:
property AntiAliasingStyles AntiAliasing {
	AntiAliasingStyles get ();
	void set (AntiAliasingStyles value);
}
<asp:Chart AntiAliasing="AntiAliasingStyles" />

Anti-aliasing smoothens out "jagged edges" by padding pixels with intermediate colors, and is especially effective for smoothing out edges for charts that are not drawn as rectangles. For example, anti-aliasing is very effective for line charts and pie charts, but is not as effective for bar and column charts.

Anti-aliasing can be applied to text and/or graphics primitives such as rectangles, circles, and so forth.

Note that anti-aliasing will affect performance.

.NET Framework

Supported in: 4

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

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: