UseAntiAliasedGraphics Property (ChartField)
In This Topic
Gets or sets a value indicating whether to use anti-aliasing while rendering chart graphics (only).
Syntax
'Declaration
Public Property UseAntiAliasedGraphics As Boolean
public bool UseAntiAliasedGraphics {get; set;}
See Also