Gets or sets the TextAntiAliasingQuality type to use when applying anti-aliasing to text.
Specifies the quality of text antialiasing.
| Visual Basic (Declaration) | |
|---|---|
| Public Property TextAntiAliasingQuality As TextAntiAliasingQuality | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public TextAntiAliasingQuality TextAntiAliasingQuality {get; set;} | |
Return Value
A TextAntiAliasingQuality value. Defaults to TextAntiAliasingQuality.High.
If the anti-aliasing value applies anti-aliasing to text then the chart will use this property to determine the type of textual anti-aliasing to apply.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 