officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-shapetextformat.md
Provides access to font attributes for text displayed in a chart element.
Namespace : DevExpress.Spreadsheet.Charts
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
ShapeTextFont Font { get; }
ReadOnly Property Font As ShapeTextFont
| Type | Description |
|---|---|
| ShapeTextFont |
A ShapeTextFont object containing font characteristics.
|
Use the Font property to set font attributes for the text displayed in the following chart elements:
Note
Not all ShapeTextFont properties have effect on the visual appearance of chart elements when a document is loaded in the SpreadsheetControl. However, you can set these properties in code, save the document in a supported format and display it in Microsoft Excel.
See Also