Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public DefaultBoolean EnableAntialiasing { get; set; }

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.

0

False

The value is false.

1

Default

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

2

See Also