Dundas Chart for ASP.NET
TextAntiAliasingQuality Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : TextAntiAliasingQuality Enumeration


Specifies the level of anti-aliasing quality to be used with the TextAntiAliasingQuality property.


Text AntiAliasing quality.

Syntax

Visual Basic (Declaration)  
Public Enum TextAntiAliasingQuality 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As TextAntiAliasingQuality
C#  
public enum TextAntiAliasingQuality : Enum 

Members

Member Description
Normal

Represents the TextRenderingHint.AntiAlias value. This specifies that each character is drawn using its anti-aliased glyph bitmap without hinting. Better quality due to Anti-aliasing. Stem width differences may be noticeable because hinting is turned off.


Normal antialiasing quality.
High

Represents the TextRenderingHint.ClearTypeGridFit value. This value specifies that each character is drawn using its glyph CT bitmap with hinting. The highest quality setting. Used to take advantage of ClearType font features.


High antialiasing quality.
SystemDefault

Represents the TextRenderingHint.SystemDefault value. The SystemDefault value specifies that each character is drawn using its glyph bitmap, with the system default rendering hint. The text will be drawn using whatever font smoothing settings the user has selected for the system.


System default antialiasing quality.

Remarks

The TextAnti-aliasingQuality enumeration represents a the quality ranges for text.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.TextAntiAliasingQuality

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.