Back to Devexpress

TextOptions.DXFont Property

corelibraries-devexpress-dot-xtracharts-dot-textoptions.md

latest2.1 KB
Original Source

TextOptions.DXFont Property

Gets or sets the text font of the chart elements.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
DXFont

The text font of the chart elements.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DXFont
CrosshairOptions

.CrosshairLabelTextOptions .DXFont

| | CrosshairOptions |

.GroupHeaderTextOptions .DXFont

| | Indicator |

.CrosshairTextOptions .DXFont

| | SeriesBase |

.CrosshairTextOptions .DXFont

|

Remarks

Important

Use this property instead of Font to specify the font used to display text of the chart elements.

See Also

TextOptions Class

TextOptions Members

DevExpress.XtraCharts Namespace