Chart.TextAntiAliasingQuality Property

Definition

Gets or sets the TextAntiAliasingQuality type to use when applying anti-aliasing to text.

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

Property Value

A TextAntiAliasingQuality enumeration value to use when applying anti-aliasing to text. The default value is High.

Attributes

Remarks

If the anti-aliasing is applied to text, the Chart control will use this property to determine the type of textual anti-aliasing to apply.

Applies to

Product Versions
.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