Chart.TextAntiAliasingQuality Property
.NET Framework (current version)
Gets or sets the TextAntiAliasingQuality type to use when applying anti-aliasing to text.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property TextAntiAliasingQuality As TextAntiAliasingQuality
Property Value
Type: System.Web.UI.DataVisualization.Charting.TextAntiAliasingQualityA TextAntiAliasingQuality enumeration value to use when applying anti-aliasing to text. The default value is High.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: