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

LineChartRangeControlClientView.EnableAntialiasing Property

Gets or sets whether anti-aliasing (smoothing) is applied to the line view of the chart range control client.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[XtraSerializableProperty]
public bool EnableAntialiasing { get; set; }

Property Value

Type Description
Boolean

True to apply anti-aliasing to the line view of the chart range control client; False to disable anti-aliasing.

Remarks

Use the EnableAntialiasing property to apply anti-aliasing to the line view of the chart range control client.

See Also