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