Skip to main content

CrosshairLabelPresentationData.FontWeight Property

Gets or sets the weight or thickness of the specified font.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FontWeight FontWeight { get; set; }

Property Value

Type Description
FontWeight

The font weight or thickness of the specified font.

Remarks

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

See Also