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

DataTableOptions.Font Property

Provides access to font settings used to display the text in a data table.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

ShapeTextFont Font { get; }

Property Value

Type Description
ShapeTextFont

A ShapeTextFont object containing font settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Font
ChartObject
.DataTable.Font

Remarks

Note

The Font property has no effect on the visual appearance of a chart when the document is loaded in the SpreadsheetControl. However, the property can be accessed in code, exported in supported formats and visualized in Microsoft Excel.

See Also