Back to Devexpress

TextAnnotation.Antialiasing Property

corelibraries-devexpress-dot-xtracharts-dot-textannotation-38458f0b.md

latest1.8 KB
Original Source

TextAnnotation.Antialiasing Property

OBSOLETE

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

Gets or sets whether anti-aliasing is applied to the annotation‘s text.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the EnableAntialiasing property instead.")]
public bool Antialiasing { get; set; }
vb
<Obsolete("This property is now obsolete. Use the EnableAntialiasing property instead.")>
<Browsable(False)>
Public Property Antialiasing As Boolean

Property Value

TypeDescription
Boolean

true to apply anti-aliasing (smoothing) to the annotation’s text; otherwise, false.

|

Remarks

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

See Also

Angle

TextAnnotation Class

TextAnnotation Members

DevExpress.XtraCharts Namespace