Back to Devexpress

HeatmapTitleBase.EnableAntialiasing Property

corelibraries-devexpress-dot-xtracharts-dot-heatmap-dot-heatmaptitlebase-3f8fac17.md

latest1.6 KB
Original Source

HeatmapTitleBase.EnableAntialiasing Property

Indicates whether anti-aliasing (smoothing) is applied to the title.

Namespace : DevExpress.XtraCharts.Heatmap

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
DefaultBoolean

true if anti-aliasing is applied to the title; otherwise, false.

|

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

HeatmapTitleBase Class

HeatmapTitleBase Members

DevExpress.XtraCharts.Heatmap Namespace