Skip to main content
A newer version of this page is available. .

SwiftPlotSeriesView.Antialiasing Property

Specifies whether antialiasing is applied to the Swift Plot series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool Antialiasing { get; set; }

Property Value

Type Description
Boolean

true to enable antialiasing; otherwise, false. The default is false.

Remarks

Use the Antialiasing property, to improve the appearance of a Swift Plot series, by drawing it smoothly.

Antialiasing = true Antialiasing = false
Antialiasing_true Antialiasing_false

For more information, refer to Swift Plot Series View.

See Also