Skip to main content

CrosshairLabelPresentationData.FontSize Property

Gets or sets the size of the text font for the Crosshair Cursor label.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double FontSize { get; set; }

Property Value

Type Description
Double

The font size.

Remarks

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

See Also