Skip to main content
All docs
V18.2

LegendTitle.EnableAntialiasing Property

This property is hidden, because it is not supported in this class.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Browsable(false)]
[DXBrowsable(false)]
[NonTestableProperty]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public DefaultBoolean EnableAntialiasing { get; set; }

Property Value

Type
DefaultBoolean

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