Back to Devexpress

LegendBase.EnableAntialiasing Property

corelibraries-devexpress-dot-xtracharts-dot-legendbase-11816a22.md

latest1.5 KB
Original Source

LegendBase.EnableAntialiasing Property

Gets or sets a value indicating whether antialiasing is enabled for the chart legend.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public DefaultBoolean EnableAntialiasing { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property EnableAntialiasing As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

The DefaultBoolean enumeration value.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

LegendBase Class

LegendBase Members

DevExpress.XtraCharts Namespace