Skip to main content
A newer version of this page is available.
All docs
V18.2

LegendModel.EnableAntialiasing Property

Gets or sets the value of the Legend.EnableAntialiasing within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public DefaultBoolean EnableAntialiasing { get; set; }

Property Value

Type Description
DefaultBoolean

Default

Automatically determine whether anti-aliasing is required.

True

Anti-aliasing always applied to the text of legend items.

False

Anti-aliasing never applied to the text of legend items.

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