Chart.AntiAliasing Property

Definition

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

C#
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.AntiAliasingStyles AntiAliasing { get; set; }

Property Value

An AntiAliasingStyles enumeration value.

Attributes

Remarks

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.

Applies to

Produkt Verze
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1