Back to Devexpress

SwiftPlotSeriesView.Antialiasing Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotseriesview.md

latest2.1 KB
Original Source

SwiftPlotSeriesView.Antialiasing Property

Specifies whether antialiasing is applied to the Swift Plot series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool Antialiasing { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property Antialiasing As Boolean

Property Value

TypeDescription
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 = trueAntialiasing = false

For more information, refer to Swift Plot Series View.

See Also

Swift Plot Series View

SwiftPlotSeriesView Class

SwiftPlotSeriesView Members

DevExpress.XtraCharts Namespace