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

SeriesView.Antialiasing Property

Gets or sets whether anti-aliasing (smoothing) is applied to this series view.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "InvalidateRendering")]
public bool? Antialiasing { get; set; }

Property Value

Type Description
Nullable<Boolean>

True to apply anti-aliasing to this view; False to disable anti-aliasing.

See Also