Skip to main content

CrosshairAxisLabelPresentationData.Axis Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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