Skip to main content
A newer version of this page is available. .

CrosshairAxisLabelOptions.FontStretch Property

Gets or sets the stretch of a crosshair axis label font.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public FontStretch FontStretch { get; set; }

Property Value

Type Description
FontStretch

A FontStretch value.

Property Paths

You can access this nested property as listed below:

Object Type Path to FontStretch
ArgumentAxis3D
Axis2D
Axis3DBase
AxisX2D
AxisY2D
SecondaryAxisX2D
SecondaryAxisY2D
XAxis3D
YAxis3D
ZAxis3D
See Also