TextAntiAliasingQuality Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the quality of the anti-aliasing to be used with the TextAntiAliasingQuality property.
public enum class TextAntiAliasingQuality
public enum TextAntiAliasingQuality
type TextAntiAliasingQuality =
Public Enum TextAntiAliasingQuality
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Normal anti-aliasing quality. |
High | 1 | High anti-aliasing quality. |
SystemDefault | 2 | System default anti-aliasing quality. The text will be drawn using whatever font smoothing settings the user has selected for the system. |
Remarks
The TextAntiAliasingQuality enumeration represents the quality ranges for the text.
When you set a higher value for text anti-aliasing, the chart load increases and the performance is decreased. If your chart contains significant amounts of text, consider setting text anti-aliasing to a lower value.