Back to Devexpress

CrosshairAxisLabelOptions.ActualFont Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairaxislabeloptions-56a95262.md

latest1.5 KB
Original Source

CrosshairAxisLabelOptions.ActualFont Property

Gets the actual font that is used to display a crosshair axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public Font ActualFont { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualFont As Font

Property Value

TypeDescription
Font

A Font value that is the actual font.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ActualFont
Axis2D

.CrosshairAxisLabelOptions .ActualFont

|

See Also

CrosshairAxisLabelOptions Class

CrosshairAxisLabelOptions Members

DevExpress.XtraCharts Namespace