TextOptions.Font Property
Gets or sets the font of the text configured using these options.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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