CrosshairLabelPresentationData.FontStyle Property
Gets or sets the style of the specified font.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
FontStyle | The style of the specified font. |
Remarks
The CrosshairLabelPresentationData.FontFamily property specifies the font family of the label presentation generated by this data. The CrosshairLabelPresentationData.FontStretch, FontStyle, CrosshairLabelPresentationData.FontWeight and CrosshairLabelPresentationData.FontSize properties specify the font attributes.
See Also