Skip to main content

AxisLabelItemBase.Antialiasing Property

OBSOLETE

This property is now obsolete. Use the EnableAntialiasing property instead.

Gets or sets whether antialiasing is applied to the axis label item’s contents.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is now obsolete. Use the EnableAntialiasing property instead.")]
[Browsable(false)]
public bool Antialiasing { get; set; }

Property Value

Type Description
Boolean

true to apply antialaising (smoothing) to the axis label item’s contents; otherwise, false.

Remarks

The Antialiasing property is now obsolete. Use the AxisLabelItemBase.EnableAntialiasing property instead.

See Also