Skip to main content
A newer version of this page is available. .

TextOptions.EnableAntialiasing Property

Gets or sets the value indicating whether anti-aliasing should be enabled for a crosshair label element.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public DefaultBoolean EnableAntialiasing { get; set; }

Property Value

Type Description
DefaultBoolean

True if anti-aliasing should be turned on; False if anti-aliasing should be turned off; Default to automatically determine whether or not anti-aliasing is required.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableAntialiasing
CrosshairOptions
.CrosshairLabelTextOptions .EnableAntialiasing
CrosshairOptions
.GroupHeaderTextOptions .EnableAntialiasing
Indicator
.CrosshairTextOptions .EnableAntialiasing
SeriesBase
.CrosshairTextOptions .EnableAntialiasing
See Also