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

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

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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also