Gets or sets a value that determines if anti-aliasing is used when text and graphics are drawn.
Specifies whether smoothing (antialiasing) is applied while drawing chart.
Visual Basic (Declaration) | |
---|---|
Public Property AntiAliasing As AntiAliasing |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AntiAliasing AntiAliasing {get; set;} |
Return Value
An Antialiasing integer enumeration.
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 (e.g. rectangles, circles, etc.).
Note that anti-aliasing will affect performance.
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