Skip to main content

Indicator.CrosshairContentShowMode Property

Gets or sets the element that displays the indicator’s Crosshair content.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public CrosshairContentShowMode CrosshairContentShowMode { get; set; }

Property Value

Type Description
CrosshairContentShowMode

The value that defines the chart element that contains indicator’s Crosshair data.

Available values:

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

See Also