BaseCrosshairLabelElement.EnableAntialiasing Property
Gets or sets the value indicating whether the anti-aliasing should be enabled for a crosshair label element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | True if the anti-aliasing should be turned on; False if the 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. |
|
See Also