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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnableAntialiasing |
---|---|
CrosshairOptions |
|
CrosshairOptions |
|
Indicator |
|
SeriesBase |
|
See Also