Skip to main content

SeriesView.Antialiasing Property

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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