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.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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