Skip to main content

CrosshairAxisLabelOptions.FontStyle Property

Gets or sets the style of the crosshair axis label font.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FontStyle FontStyle { get; set; }

Property Value

Type Description
FontStyle

A FontStyle value, representing the font style.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontStyle
Axis2D
Axis3DBase
See Also