Gets or sets a value indicating whether to use anti-aliasing while rendering chart data.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(false)]
public bool UseAntiAlias { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(False)> _
Public Property UseAntiAlias As Boolean
	Get
	Set

See Also