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

CrosshairContentShowMode Enum

Lists all the chart elements that can display the Crosshair’s content.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public enum CrosshairContentShowMode

Members

Name Description
Default

The default mode.

Label

The Crosshair’s label displays information about the series point that the Crosshair Cursor highlights.

crosshair-content-show-mode-label

Legend

A legend displays information about the series point that the Crosshair Cursor highlights.

crosshair-content-show-mode-legend

Related API Members

The following properties accept/return CrosshairContentShowMode values:

Remarks

Use the CrosshairContentShowMode enumeration values to set the CrosshairOptions.ContentShowMode and XYSeries2D.CrosshairContentShowMode properties.

See Also