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.v19.2.Core.dll

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