Skip to main content

TextOptions.Font Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
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

Remarks

Important

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

See Also