Skip to main content

LineSparklineView.EnableAntialiasing Property

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

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v24.1.Core.dll

NuGet Package: DevExpress.Sparkline.Core

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
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