Skip to main content

CrosshairLabelElementBase.FontStretch Property

Gets or sets the stretch of the crosshair label element font.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public FontStretch FontStretch { get; set; }

#Property Value

Type Description
FontStretch

A FontStretch value.

#Remarks

Use the FontStretch property when custom drawing a crosshair specific label element (a crosshair axis label, crosshair group header element or common crosshair label) using the ChartControl.CustomDrawCrosshair event.

Before using the FontStretch property, make sure the ChartControl.CrosshairEnabled property is set to true.

For more information, refer to Crosshair Cursor.

See Also