Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetChartsViewOptions.TextAntialiasing Property

Gets or sets the document’s capability to apply antialiasing to text displayed in the SpreadsheetControl’s chart.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue(DocumentCapability.Default)]
public DocumentCapability TextAntialiasing { get; set; }

Property Value

Type Default Description
DocumentCapability **Default**

A DocumentCapability enumeration value specifying the document’s capability to perform the operation.

Property Paths

You can access this nested property as listed below:

Object Type Path to TextAntialiasing
SpreadsheetViewOptions
.Charts.TextAntialiasing

Remarks

Set the TextAntialiasing property to DocumentCapability.Enabled to apply antialiasing (smoothing) to all chart elements containing text: chart title, axis titles, axis tick-mark labels, legend entries and data labels.

See Also