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

LineSparklineView.EnableAntialiasing Property

Gets or sets whether anti-aliasing (smoothing) is applied to the line view.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v20.2.Core.dll

NuGet Packages: DevExpress.Sparkline.Core, DevExpress.WindowsDesktop.Sparkline.Core

Declaration

public bool EnableAntialiasing { get; set; }

Property Value

Type Description
Boolean

True to apply anti-aliasing to the line view; False to disable anti-aliasing.

See Also