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

LegendItem.CrosshairFontWeight Property

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

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public FontWeight CrosshairFontWeight { get; set; }

Property Value

Type Description
FontWeight

A FontWeight value.

Remarks

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

Refer to Tooltip and Crosshair Cursor for more information.

See Also