Chart.AntiAliasing Property
.NET Framework (current version)
Gets or sets a value that determines whether anti-aliasing is used when text and graphics are drawn.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public AntiAliasingStyles AntiAliasing { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.AntiAliasingStylesAn AntiAliasingStyles enumeration value.
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
Available since 4.0
Available since 4.0
Show: