SwiftPlotSeriesView.Antialiasing Property
Specifies whether antialiasing is applied to the Swift Plot series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public bool Antialiasing { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to enable antialiasing; otherwise, false. The default is false. |
Remarks
Use the Antialiasing property, to improve the appearance of a Swift Plot series, by drawing it smoothly.
Antialiasing = true | Antialiasing = false |
---|---|
For more information, refer to Swift Plot Series View.
See Also