Skip to main content
A newer version of this page is available. .

TextOptions.Font Property

Gets or sets the font of the text configured using these options.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Font Font { get; set; }

Property Value

Type Description
Font

The required font.

Property Paths

You can access this nested property as listed below:

Object Type Path to Font
CrosshairOptions
CrosshairOptions
Indicator
SeriesBase
See Also