Skip to main content

LegendItem.CrosshairFontStyle Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FontStyle CrosshairFontStyle { get; set; }

Property Value

Type Description
FontStyle

A FontStyle value.

Remarks

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

Refer to Tooltip and Crosshair Cursor for more information.

See Also