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

CrosshairAxisLabelPresentationData.Axis Property

Gets or sets the axis on which the Crosshair Cursor displays the label.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public Axis Axis { get; set; }

Property Value

Type Description
Axis

The axis on which the Crosshair Cursor displays the label.

See Also