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

CrosshairLabelPresentationData.FontFamily Property

Gets or sets the font family name for the Crosshair Cursor label.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public FontFamily FontFamily { get; set; }

Property Value

Type Description
FontFamily

The font family.

Remarks

The FontFamily property specifies the font family of the label presentation generated by this data. The CrosshairLabelPresentationData.FontStretch, CrosshairLabelPresentationData.FontStyle, CrosshairLabelPresentationData.FontWeight and CrosshairLabelPresentationData.FontSize properties specify the font attributes.

See Also