Skip to main content

CrosshairLabelPresentationData.FontStretch Property

Gets or sets the degree to which a font is condensed or expanded on the screen.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FontStretch FontStretch { get; set; }

Property Value

Type Description
FontStretch

The degree to which a font is condensed or expanded on the screen.

Remarks

The CrosshairLabelPresentationData.FontFamily property specifies the font family of the label presentation generated by this data. The FontStretch, CrosshairLabelPresentationData.FontStyle, CrosshairLabelPresentationData.FontWeight and CrosshairLabelPresentationData.FontSize properties specify the font attributes.

See Also