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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the EnableAntialiasing property instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool Antialiasing { get; set; }
Property Value
Type | Description |
---|---|
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