Skip to main content

CrosshairAxisLabelOptions.FontFamily Property

Gets or sets the font family name of the crosshair axis label.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

A FontFamily object representing the font family.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontFamily
Axis2D
Axis3DBase
See Also