corelibraries-devexpress-dot-xtracharts-dot-textoptions.md
Gets or sets the text font of the chart elements.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public DXFont DXFont { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property DXFont As DXFont
| Type | Description |
|---|---|
| DXFont |
The text font of the chart elements.
|
You can access this nested property as listed below:
| Object Type | Path to DXFont |
|---|---|
| CrosshairOptions |
.CrosshairLabelTextOptions .DXFont
| | CrosshairOptions |
.GroupHeaderTextOptions .DXFont
| | Indicator |
.CrosshairTextOptions .DXFont
| | SeriesBase |
.CrosshairTextOptions .DXFont
|
Important
Use this property instead of Font to specify the font used to display text of the chart elements.
See Also