A newer version of this page is available.
Switch to the current version.
Legend.EnableAntialiasing Property
Gets or sets a value indicating whether antialiasing is enabled for the chart legend.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
public DefaultBoolean EnableAntialiasing { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<XtraSerializableProperty>
Public Property EnableAntialiasing As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | The DefaultBoolean enumeration value. |
Implements
DevExpress.XtraCharts.Native.ISupportTextAntialiasing.EnableAntialiasing
See Also
Feedback