Skip to main content

CrosshairAxisLabelOptions.FontWeight Property

Gets or sets the weight of the crosshair axis label 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

A FontWeight value, representing the font weight.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontWeight
Axis2D
Axis3DBase
See Also