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

Axis3DBase.CrosshairAxisLabelOptions Property

Gets or sets options of the Crosshair axis label.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public CrosshairAxisLabelOptions CrosshairAxisLabelOptions { get; set; }

Property Value

Type Description
CrosshairAxisLabelOptions

The object storing options of the Crosshair axis label.

See Also