Skip to main content

LegendItem.CrosshairFontStretch Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FontStretch CrosshairFontStretch { get; set; }

Property Value

Type Description
FontStretch

A FontStretch value.

Remarks

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

Refer to Tooltip and Crosshair Cursor for more information.

See Also