Skip to main content

CrosshairAxisLabelOptions.FontSize Property

Gets or sets the size of the crosshair axis label’s font.

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

A Double value representing the font size.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontSize
Axis2D
Axis3DBase
See Also