Skip to main content

LegendItem.CrosshairFontFamily Property

For internal use. Gets or sets the Crosshair’s text font size of a legend item.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FontFamily CrosshairFontFamily { get; set; }

Property Value

Type Description
FontFamily

A FontFamily object.

Remarks

Use the CrosshairLabelElementBase.FontSize property to specify the font family when custom drawing the Crosshair using the ChartControl.CustomDrawCrosshair event handler.

Refer to Tooltip and Crosshair Cursor for more information.

See Also